mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: remove unneccessary dependency on const.h
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user