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