summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockLadder.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/blocks/BlockLadder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blocks/BlockLadder.h b/source/blocks/BlockLadder.h
index e30fc884d..ee48df848 100644
--- a/source/blocks/BlockLadder.h
+++ b/source/blocks/BlockLadder.h
@@ -1,7 +1,7 @@
#pragma once
-#include "Block.h"
-#include "../cWorld.h"
-#include "../cLadder.h"
+#include "BlockHandler.h"
+#include "../World.h"
+#include "../Ladder.h"
class cBlockLadderHandler : public cBlockHandler
{