diff options
Diffstat (limited to 'source/blocks/BlockPiston.h')
-rw-r--r-- | source/blocks/BlockPiston.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockPiston.h b/source/blocks/BlockPiston.h index 1493ff27e..dbce9bae5 100644 --- a/source/blocks/BlockPiston.h +++ b/source/blocks/BlockPiston.h @@ -1,5 +1,5 @@ #pragma once
-#include "Block.h"
+#include "BlockHandler.h"
class cBlockPistonHandler : public cBlockHandler
|