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