From 553a2507ae3ca8cb8954dedf3b330a15e664f9fd Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 12 Feb 2026 20:50:19 -0500 Subject: [PATCH] Remove unused SDL headers --- src/sdl/i_system.cpp | 3 --- src/sdl/i_video.cpp | 4 ---- 2 files changed, 7 deletions(-) diff --git a/src/sdl/i_system.cpp b/src/sdl/i_system.cpp index 735fcd3c9..c7f602f14 100644 --- a/src/sdl/i_system.cpp +++ b/src/sdl/i_system.cpp @@ -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 diff --git a/src/sdl/i_video.cpp b/src/sdl/i_video.cpp index 7a0516c8b..2c0530df1 100644 --- a/src/sdl/i_video.cpp +++ b/src/sdl/i_video.cpp @@ -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"