summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockTorch.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/BlockTorch.h')
-rw-r--r--source/blocks/BlockTorch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blocks/BlockTorch.h b/source/blocks/BlockTorch.h
index f3b172bf9..450b5ecab 100644
--- a/source/blocks/BlockTorch.h
+++ b/source/blocks/BlockTorch.h
@@ -1,8 +1,8 @@
#pragma once
-#include "Block.h"
-#include "../cTorch.h"
-#include "../cWorld.h"
+#include "BlockHandler.h"
+#include "../Torch.h"
+#include "../World.h"