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