Avoid conditional includes in SDL example.

This commit is contained in:
Frederik De Bleser 2016-04-19 13:46:06 +02:00
parent 3b29a92f0d
commit a8d124adf1
1 changed files with 1 additions and 2 deletions

View File

@ -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