summaryrefslogtreecommitdiff
path: root/src/npc/farore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/farore.c')
-rw-r--r--src/npc/farore.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/npc/farore.c b/src/npc/farore.c
index ae08c094..c56a91ea 100644
--- a/src/npc/farore.c
+++ b/src/npc/farore.c
@@ -4,9 +4,13 @@
*
* @brief Farore NPC
*/
-#include "entity.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;