]> git.sesse.net Git - movit/blobdiff - resample_effect_test.cpp
Another round of include-what-you-use.
[movit] / resample_effect_test.cpp
index a9c6923e269d202b0a7a939e19012dc9e7dfe33f..952553681a87834beab57618120c85c42cb661b2 100644 (file)
@@ -1,10 +1,11 @@
 // Unit tests for ResampleEffect.
 
+#include <GL/glew.h>
 #include <math.h>
-#include <iomanip>
 
 #include "effect_chain.h"
 #include "flat_input.h"
+#include "glew.h"
 #include "gtest/gtest.h"
 #include "image_format.h"
 #include "resample_effect.h"