summaryrefslogtreecommitdiff
path: root/src/npc/townMinish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/townMinish.c')
-rw-r--r--src/npc/townMinish.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/npc/townMinish.c b/src/npc/townMinish.c
index b0f3fc68..40f49234 100644
--- a/src/npc/townMinish.c
+++ b/src/npc/townMinish.c
@@ -6,10 +6,14 @@
*/
#include "asm.h"
#include "entity.h"
-#include "functions.h"
+#include "physics.h"
#include "item.h"
#include "npc.h"
#include "tiles.h"
+#include "flags.h"
+#include "message.h"
+#include "save.h"
+#include "script.h"
typedef struct {
/*0x00*/ Entity base;