auto-add missing include (update-copyright.py)

This commit is contained in:
Andrei Alexeyev 2017-12-20 20:57:29 +02:00 committed by Martin Herkt
parent 56dc699e62
commit 2a9291f7f5
7 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,8 @@
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#include "taisei.h"
#include "objectpool.h"
#include "util.h"
#include "list.h"

View file

@ -7,6 +7,7 @@
*/
#pragma once
#include "taisei.h"
#include <stdlib.h>
#include <stdbool.h>

View file

@ -6,6 +6,8 @@
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#include "taisei.h"
#include "objectpool.h"
#include "util.h"

View file

@ -6,6 +6,8 @@
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#include "taisei.h"
#include "objectpool_util.h"
static void* objpool_release_list_callback(List **dest, List *elem, void *vpool) {

View file

@ -7,6 +7,7 @@
*/
#pragma once
#include "taisei.h"
#include "objectpool.h"

View file

@ -6,6 +6,8 @@
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
*/
#include "taisei.h"
#include "stageobjects.h"
#include "projectile.h"
#include "item.h"

View file

@ -7,6 +7,7 @@
*/
#pragma once
#include "taisei.h"
#include "objectpool.h"