diff --git a/filesystem/filesystem.c b/filesystem/filesystem.c index 90bb43b1..7cf519c3 100644 --- a/filesystem/filesystem.c +++ b/filesystem/filesystem.c @@ -40,7 +40,6 @@ GNU General Public License for more details. #endif #include "port.h" #include "defaults.h" -#include "const.h" #include "crtlib.h" #include "crclib.h" #include "filesystem.h" diff --git a/filesystem/filesystem.h b/filesystem/filesystem.h index eae03550..966d69f7 100644 --- a/filesystem/filesystem.h +++ b/filesystem/filesystem.h @@ -23,7 +23,6 @@ GNU General Public License for more details. #include #include #include "xash3d_types.h" -#include "const.h" #include "com_model.h" #include "gameinfo.h" diff --git a/filesystem/wad.c b/filesystem/wad.c index fc49ae0f..cefd960a 100644 --- a/filesystem/wad.c +++ b/filesystem/wad.c @@ -49,8 +49,6 @@ infotable dlumpinfo_t[dwadinfo_t->numlumps] #define HINT_NAMELEN 5 // e.g. _mask, _norm #define MAX_FILES_IN_WAD 65535 // real limit as above <2Gb size not a lumpcount -#include "const.h" - struct wfile_s { int infotableofs;