Browse Source

Avoid conditional includes in SDL example.

Frederik De Bleser 9 years ago
parent
commit
a8d124adf1
1 changed files with 1 additions and 2 deletions
  1. 1 2
      demo/sdl/main.c

+ 1 - 2
demo/sdl/main.c

@@ -9,9 +9,8 @@
 #include <math.h>
 
 #include <GL/glew.h>
-#include <GL/gl.h>
-#include <GL/glu.h>
 #include <SDL2/SDL.h>
+#include <SDL2/SDL_opengl.h>
 
 /* these defines are both needed for the header
  * and source file. So if you split them remember