diff options
Diffstat (limited to '')
-rw-r--r-- | Tools/MCADefrag/Globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/MCADefrag/Globals.h b/Tools/MCADefrag/Globals.h index 309d28cbd..def1fbdb9 100644 --- a/Tools/MCADefrag/Globals.h +++ b/Tools/MCADefrag/Globals.h @@ -169,8 +169,6 @@ typedef unsigned char Byte; #define VERIFY(x) (!!(x) || (LOGERROR("Verification failed: %s, file %s, line %i", #x, __FILE__, __LINE__), exit(1), 0)) -#include "BiomeDef.h" - |