summaryrefslogtreecommitdiff
path: root/src/object/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/fan.c')
-rw-r--r--src/object/fan.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/object/fan.c b/src/object/fan.c
index f786981a..2f496c27 100644
--- a/src/object/fan.c
+++ b/src/object/fan.c
@@ -7,10 +7,12 @@
#include "collision.h"
#include "entity.h"
#include "flags.h"
-#include "functions.h"
+#include "asm.h"
#include "object.h"
-#include "player.h"
#include "sound.h"
+#include "physics.h"
+#include "player.h"
+#include "map.h"
typedef struct {
Entity base;