summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-13 13:54:15 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-13 13:54:15 (GMT)
commit2b51441573dfb4ca99b283d2322afd3c7cbfc5ca (patch)
tree9f11072249d2650cffd57076c7d6f1b6c8b3ba48 /src
parentd7e12b7b430435ba7ae9616976fad6f5a09c1d3f (diff)
downloadpowder-2b51441573dfb4ca99b283d2322afd3c7cbfc5ca.zip
powder-2b51441573dfb4ca99b283d2322afd3c7cbfc5ca.tar.gz
Linux fix with SDL_syswm
Diffstat (limited to 'src')
-rw-r--r--src/Misc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Misc.h b/src/Misc.h
index e35ce5f..db391b0 100644
--- a/src/Misc.h
+++ b/src/Misc.h
@@ -4,10 +4,6 @@
#include <stdlib.h>
#include <string>
-#if defined(USE_SDL) && (defined(LIN32) || defined(LIN64)) && defined(SDL_VIDEO_DRIVER_X11)
-#include <SDL/SDL_syswm.h>
-#endif
-
#if defined(WIN32) && !defined(__GNUC__)
#define x86_cpuid(func,af,bf,cf,df) \
do {\