filesystem: remove unneccessary dependency on const.h

This commit is contained in:
Alibek Omarov
2026-02-26 05:59:08 +05:00
parent f863e346f5
commit ea0fed24ec
3 changed files with 0 additions and 4 deletions

View File

@@ -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"

View File

@@ -23,7 +23,6 @@ GNU General Public License for more details.
#include <stddef.h>
#include <stdio.h>
#include "xash3d_types.h"
#include "const.h"
#include "com_model.h"
#include "gameinfo.h"

View File

@@ -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;