]> git.sesse.net Git - movit/blobdiff - fft_pass_effect_test.cpp
Another round of include-what-you-use.
[movit] / fft_pass_effect_test.cpp
index 6a6406c0a7fa67899e663c3f259828bce66f4201..1d6693c09ac694d39076a9ef296efa231826bc62 100644 (file)
@@ -1,11 +1,14 @@
 // Unit tests for FFTPassEffect.
 
 #include <math.h>
+#include <stdlib.h>
+#include <string.h>
 
 #include "effect_chain.h"
+#include "fft_pass_effect.h"
+#include "glew.h"
 #include "gtest/gtest.h"
 #include "image_format.h"
-#include "fft_pass_effect.h"
 #include "multiply_effect.h"
 #include "test_util.h"