summaryrefslogtreecommitdiff
path: root/src/npc/nayru.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/nayru.c')
-rw-r--r--src/npc/nayru.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/npc/nayru.c b/src/npc/nayru.c
index 5130dbf5..3b501723 100644
--- a/src/npc/nayru.c
+++ b/src/npc/nayru.c
@@ -4,9 +4,13 @@
*
* @brief Nayru NPC
*/
-#include "entity.h"
-#include "kinstone.h"
#include "npc.h"
+#include "kinstone.h"
+#include "save.h"
+#include "player.h"
+#include "script.h"
+#include "physics.h"
+#include "asm.h"
typedef struct {
/*0x00*/ Entity base;