summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockFurnace.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockFurnace.h')
-rw-r--r--source/blocks/BlockFurnace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blocks/BlockFurnace.h b/source/blocks/BlockFurnace.h
index d0455e805..4157b5049 100644
--- a/source/blocks/BlockFurnace.h
+++ b/source/blocks/BlockFurnace.h
@@ -1,8 +1,8 @@
#pragma once
#include "BlockEntity.h"
-#include "../cWorld.h"
-#include "../cPiston.h"
-#include "../cPlayer.h"
+#include "../World.h"
+#include "../Piston.h"
+#include "../Player.h"
class cBlockFurnaceHandler : public cBlockEntityHandler
{