Skip to content

Commit

Permalink
Avoid conditional includes in SDL example.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdb committed Apr 19, 2016
1 parent 3b29a92 commit a8d124a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/sdl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8d124a

Please sign in to comment.