summaryrefslogtreecommitdiff
path: root/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'video.cpp')
-rw-r--r--video.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/video.cpp b/video.cpp
index 565a930..ab9b9d3 100644
--- a/video.cpp
+++ b/video.cpp
@@ -1,7 +1,6 @@
#include "video.h"
-#include <GL/gl.h>
-#include <GL/glu.h>
+#include "gl.h"
SDL_Surface *video::surface = NULL;
int video::width = 800;