summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockStairs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockStairs.h')
-rw-r--r--source/blocks/BlockStairs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blocks/BlockStairs.h b/source/blocks/BlockStairs.h
index 4e06a6e3f..4d0007bc5 100644
--- a/source/blocks/BlockStairs.h
+++ b/source/blocks/BlockStairs.h
@@ -1,6 +1,6 @@
#pragma once
-#include "Block.h"
-#include "../cStairs.h"
+#include "BlockHandler.h"
+#include "../Stairs.h"
class cBlockStairsHandler : public cBlockHandler
{