diff options
Diffstat (limited to 'source/blocks/BlockFlower.h')
-rw-r--r-- | source/blocks/BlockFlower.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/BlockFlower.h b/source/blocks/BlockFlower.h index 920cf1c8f..35a55fcac 100644 --- a/source/blocks/BlockFlower.h +++ b/source/blocks/BlockFlower.h @@ -1,5 +1,5 @@ #pragma once
-#include "Block.h"
+#include "BlockHandler.h"
class cBlockFlowerHandler : public cBlockHandler
|