auto-add missing include (update-copyright.py)
This commit is contained in:
parent
56dc699e62
commit
2a9291f7f5
7 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include "taisei.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
* Copyright (c) 2012-2017, Andrei Alexeyev <akari@alienslab.net>.
|
||||
*/
|
||||
|
||||
#include "taisei.h"
|
||||
|
||||
#include "objectpool.h"
|
||||
#include "util.h"
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include "taisei.h"
|
||||
|
||||
#include "objectpool.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include "taisei.h"
|
||||
|
||||
#include "objectpool.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue