summaryrefslogtreecommitdiff
path: root/src/npc/kid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/kid.c')
-rw-r--r--src/npc/kid.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/npc/kid.c b/src/npc/kid.c
index 678ff84b..44f65647 100644
--- a/src/npc/kid.c
+++ b/src/npc/kid.c
@@ -4,10 +4,17 @@
*
* @brief Kid NPC
*/
-#include "functions.h"
#include "message.h"
#include "npc.h"
#include "tiles.h"
+#include "save.h"
+#include "common.h"
+#include "asm.h"
+#include "script.h"
+#include "manager.h"
+#include "structures.h"
+#include "physics.h"
+#include "map.h"
typedef struct {
/*0x00*/ Entity base;