diff options
Diffstat (limited to 'source/cFurnaceEntity.h')
-rw-r--r-- | source/cFurnaceEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cFurnaceEntity.h b/source/cFurnaceEntity.h index 2a8581eb9..d133561a1 100644 --- a/source/cFurnaceEntity.h +++ b/source/cFurnaceEntity.h @@ -3,7 +3,6 @@ #include "cBlockEntity.h" #include "cWindowOwner.h" -#include "FileDefine.h" #include "cItem.h" @@ -21,6 +20,7 @@ class cServer; + class cFurnaceEntity : public cBlockEntity, public cBlockEntityWindowOwner |