diff options
-rw-r--r-- | xbmc/system_gl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xbmc/system_gl.h b/xbmc/system_gl.h index 0cfc943001..00c366f89a 100644 --- a/xbmc/system_gl.h +++ b/xbmc/system_gl.h @@ -27,10 +27,7 @@ #if !defined(GL_GLEXT_PROTOTYPES) #define GL_GLEXT_PROTOTYPES #endif - #if defined(TARGET_WINDOWS) - #include <GL/gl.h> - #include <GL/glu.h> - #elif defined(TARGET_LINUX) + #if defined(TARGET_LINUX) #include <GL/gl.h> #include <GL/glu.h> #include <GL/glext.h> |