mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-30 21:30:58 +00:00
- remove windows header #include from gameconfigfile.cpp, because it isn't needed.
This commit is contained in:
parent
d48c0ce25c
commit
ef08e29d51
1 changed files with 0 additions and 7 deletions
|
@ -39,13 +39,6 @@
|
|||
#include <CoreServices/CoreServices.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
extern HWND Window;
|
||||
#define USE_WINDOWS_DWORD
|
||||
#endif
|
||||
|
||||
#include "doomdef.h"
|
||||
#include "gameconfigfile.h"
|
||||
#include "c_cvars.h"
|
||||
|
|
Loading…
Reference in a new issue