summaryrefslogtreecommitdiffstats
path: root/source/items/ItemLighter.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/items/ItemLighter.h')
-rw-r--r--source/items/ItemLighter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/items/ItemLighter.h b/source/items/ItemLighter.h
index 213677e4e..92279aafa 100644
--- a/source/items/ItemLighter.h
+++ b/source/items/ItemLighter.h
@@ -1,8 +1,8 @@
#pragma once
-#include "Item.h"
-#include "../cWorld.h"
-#include "../cPlayer.h"
+#include "ItemHandler.h"
+#include "../World.h"
+#include "../Player.h"
class cItemLighterHandler : public cItemHandler
{