]> git.sesse.net Git - movit/blobdiff - effect_chain_test.cpp
Change to using GLEW everywhere.
[movit] / effect_chain_test.cpp
index d8ade1370e06d58669d2c47d1e2ff2c5b0d6f4ae..21cb2bec6538189d5cfd9bc7b009a014b9e271bf 100644 (file)
@@ -2,12 +2,13 @@
 //
 // Note that this also contains the tests for some of the simpler effects.
 
 //
 // Note that this also contains the tests for some of the simpler effects.
 
+#include <GL/glew.h>
+
 #include "effect_chain.h"
 #include "flat_input.h"
 #include "gtest/gtest.h"
 #include "mirror_effect.h"
 #include "resize_effect.h"
 #include "effect_chain.h"
 #include "flat_input.h"
 #include "gtest/gtest.h"
 #include "mirror_effect.h"
 #include "resize_effect.h"
-#include "opengl.h"
 #include "test_util.h"
 
 TEST(EffectChainTest, EmptyChain) {
 #include "test_util.h"
 
 TEST(EffectChainTest, EmptyChain) {