summaryrefslogtreecommitdiff
path: root/video.cpp
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-04-09 15:04:32 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-04-09 15:04:32 +0200
commite19c3838a4d89fb0640ed563ffdf58cd125cde7f (patch)
tree88a990b7bd54e8297d7619837ff6d8c4f928cd8e /video.cpp
parente9d6ab657235ebbf3eb9fcb35537c9b2181a1360 (diff)
#include cleanup
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;