Remove unused SDL headers
This commit is contained in:
parent
c5fe606343
commit
553a2507ae
2 changed files with 0 additions and 7 deletions
|
|
@ -78,9 +78,6 @@ typedef LPVOID (WINAPI *p_MapViewOfFile) (HANDLE, DWORD, DWORD, DWORD, SIZE_T);
|
|||
#include "i_ttf.h"
|
||||
#endif
|
||||
|
||||
#include "SDL_cpuinfo.h"
|
||||
#define HAVE_SDLCPUINFO
|
||||
|
||||
#if defined (__unix__) || defined(__APPLE__) || (defined (UNIXCOMMON) && !defined (__HAIKU__))
|
||||
#if defined (__linux__)
|
||||
#include <sys/vfs.h>
|
||||
|
|
|
|||
|
|
@ -49,10 +49,6 @@
|
|||
|
||||
#include "../doomdef.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "SDL_syswm.h"
|
||||
#endif
|
||||
|
||||
#include "../doomstat.h"
|
||||
#include "../p_setup.h"
|
||||
#include "../i_system.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue