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