Skip to content

Commit 13617b5

Browse files
committed
COmmon, xrCore: refactor SDL2 includes
1 parent 91d4f0d commit 13617b5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Common/Common.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,5 @@
66
#include "Common/FSMacros.hpp"
77
#include "Include/xrAPI/xrAPI.h"
88

9-
#if defined(WINDOWS)
10-
#if __has_include("SDL.h")
119
#include "SDL.h"
12-
#endif
13-
14-
#if __has_include("SDL_syswm.h")
1510
#include "SDL_syswm.h"
16-
#endif
17-
#endif

src/xrCore/xrMemory.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include "stdafx.h"
22

3-
#include "SDL.h"
4-
53
#if defined(WINDOWS)
64
#include <Psapi.h>
75
#elif defined(LINUX)

0 commit comments

Comments
 (0)