diff --git a/source/FileDefine.h b/source/FileDefine.h deleted file mode 100644 index c75fb3110..000000000 --- a/source/FileDefine.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -// So we don't have to include fstream :P -#ifdef _WIN32 -#ifndef _FILE_DEFINED -struct _iobuf { - char *_ptr; - int _cnt; - char *_base; - int _flag; - int _file; - int _charbuf; - int _bufsiz; - char *_tmpfname; -}; -typedef struct _iobuf FILE; -#define _FILE_DEFINED -#endif -#else -#include -#endif \ No newline at end of file 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 diff --git a/source/cInventory.h b/source/cInventory.h index f795a9898..2336df57f 100644 --- a/source/cInventory.h +++ b/source/cInventory.h @@ -2,7 +2,10 @@ #pragma once #include "cWindowOwner.h" -#include "FileDefine.h" + + + + namespace Json { diff --git a/source/cLog.h b/source/cLog.h index f48dae822..b405b52a4 100644 --- a/source/cLog.h +++ b/source/cLog.h @@ -1,8 +1,6 @@ #pragma once -#include "FileDefine.h" -