summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockRedstoneRepeater.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockRedstoneRepeater.h')
-rw-r--r--source/blocks/BlockRedstoneRepeater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blocks/BlockRedstoneRepeater.h b/source/blocks/BlockRedstoneRepeater.h
index c2ed30e2c..a928f554f 100644
--- a/source/blocks/BlockRedstoneRepeater.h
+++ b/source/blocks/BlockRedstoneRepeater.h
@@ -1,6 +1,6 @@
#pragma once
-#include "Block.h"
-#include "../cWorld.h"
+#include "BlockHandler.h"
+#include "../World.h"
class cBlockRedstoneRepeaterHandler : public cBlockHandler
{