Skip to content

Commit

Permalink
COmmon, xrCore: refactor SDL2 includes
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent 91d4f0d commit 13617b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/Common/Common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@
#include "Common/FSMacros.hpp"
#include "Include/xrAPI/xrAPI.h"

#if defined(WINDOWS)
#if __has_include("SDL.h")
#include "SDL.h"
#endif

#if __has_include("SDL_syswm.h")
#include "SDL_syswm.h"
#endif
#endif
2 changes: 0 additions & 2 deletions src/xrCore/xrMemory.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "stdafx.h"

#include "SDL.h"

#if defined(WINDOWS)
#include <Psapi.h>
#elif defined(LINUX)
Expand Down

0 comments on commit 13617b5

Please sign in to comment.