We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d4f0d commit 13617b5Copy full SHA for 13617b5
src/Common/Common.hpp
@@ -6,12 +6,5 @@
6
#include "Common/FSMacros.hpp"
7
#include "Include/xrAPI/xrAPI.h"
8
9
-#if defined(WINDOWS)
10
-#if __has_include("SDL.h")
11
#include "SDL.h"
12
-#endif
13
-
14
-#if __has_include("SDL_syswm.h")
15
#include "SDL_syswm.h"
16
17
src/xrCore/xrMemory.cpp
@@ -1,7 +1,5 @@
1
#include "stdafx.h"
2
3
-#include "SDL.h"
4
5
#if defined(WINDOWS)
#include <Psapi.h>
#elif defined(LINUX)
0 commit comments