summaryrefslogtreecommitdiff
path: root/src/item/itemSword.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item/itemSword.c')
-rw-r--r--src/item/itemSword.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/item/itemSword.c b/src/item/itemSword.c
index 95110349..4035df2f 100644
--- a/src/item/itemSword.c
+++ b/src/item/itemSword.c
@@ -1,6 +1,8 @@
-#include "functions.h"
#include "item.h"
#include "object.h"
+#include "effects.h"
+#include "room.h"
+#include "physics.h"
#include "player.h"
#include "playeritem.h"
#include "sound.h"