summaryrefslogtreecommitdiff
path: root/src/npc/townsperson.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/townsperson.c')
-rw-r--r--src/npc/townsperson.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/npc/townsperson.c b/src/npc/townsperson.c
index 8f8b34f1..1501b175 100644
--- a/src/npc/townsperson.c
+++ b/src/npc/townsperson.c
@@ -4,9 +4,16 @@
*
* @brief Townsperson NPC
*/
-#include "functions.h"
#include "item.h"
#include "npc.h"
+#include "save.h"
+#include "script.h"
+#include "flags.h"
+#include "effects.h"
+#include "asm.h"
+#include "message.h"
+#include "manager.h"
+#include "physics.h"
typedef struct {
/*0x00*/ Entity base;