]> git.sesse.net Git - movit/blobdiff - demo.cpp
Change to using GLEW everywhere.
[movit] / demo.cpp
index cd6cf88a0286045e55782d8ca2d6a59714c8bb8b..99fec55470cf31d7690ce9a372f58ec6f7b71a95 100644 (file)
--- a/demo.cpp
+++ b/demo.cpp
@@ -14,6 +14,8 @@
 #include <vector>
 #include <map>
 
+#include <GL/glew.h>
+
 #include <SDL/SDL.h>
 #include <SDL/SDL_opengl.h>
 #include <SDL/SDL_image.h>
@@ -22,7 +24,6 @@
 #include "effect.h"
 #include "effect_chain.h"
 #include "util.h"
-#include "opengl.h"
 #include "widgets.h"
 
 #include "flat_input.h"