summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockRedstone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockRedstone.cpp')
-rw-r--r--source/blocks/BlockRedstone.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blocks/BlockRedstone.cpp b/source/blocks/BlockRedstone.cpp
index 58edaa1cd..7653436f4 100644
--- a/source/blocks/BlockRedstone.cpp
+++ b/source/blocks/BlockRedstone.cpp
@@ -1,9 +1,9 @@
#include "Globals.h"
#include "BlockRedstone.h"
-#include "../cItem.h"
-#include "../cWorld.h"
-#include "../cRedstone.h"
-#include "../cTorch.h"
+#include "../Item.h"
+#include "../World.h"
+#include "../Redstone.h"
+#include "../Torch.h"
cBlockRedstoneHandler::cBlockRedstoneHandler(BLOCKTYPE a_BlockID)
: cBlockHandler(a_BlockID)