mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-04 01:41:40 +00:00
Removed obsolete includes
This commit is contained in:
parent
740cc0d2e8
commit
7008c661a5
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
|
|
||||||
#include "../sys/sys_savegame.h"
|
#include "../sys/sys_savegame.h"
|
||||||
|
|
||||||
#include "idlib/sys/sys_defines.h"
|
|
||||||
|
|
||||||
#if defined( _DEBUG )
|
#if defined( _DEBUG )
|
||||||
#define BUILD_DEBUG "-debug"
|
#define BUILD_DEBUG "-debug"
|
||||||
|
|
|
@ -31,7 +31,7 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
|
|
||||||
#include "Unzip.h"
|
#include "Unzip.h"
|
||||||
#include "idlib/sys/sys_defines.h"
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
=================
|
=================
|
||||||
|
|
|
@ -36,7 +36,7 @@ Contains external code for building ZipFiles.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Zip.h"
|
#include "Zip.h"
|
||||||
#include "idlib/sys/sys_defines.h"
|
|
||||||
|
|
||||||
// #undef STDC
|
// #undef STDC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue