summaryrefslogtreecommitdiffstats
path: root/source/blocks/BlockVine.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/blocks/BlockVine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blocks/BlockVine.h b/source/blocks/BlockVine.h
index 6b8d85339..56317219a 100644
--- a/source/blocks/BlockVine.h
+++ b/source/blocks/BlockVine.h
@@ -1,6 +1,6 @@
#pragma once
-#include "Block.h"
-#include "../cVine.h"
+#include "BlockHandler.h"
+#include "../Vine.h"
class cBlockVineHandler : public cBlockHandler
{