]> git.sesse.net Git - movit/blobdiff - deconvolution_sharpen_effect_test.cpp
Prefix include guards with _MOVIT to avoid clashes with external files.
[movit] / deconvolution_sharpen_effect_test.cpp
index f08225b15a6575f741b9469d38a4ae6a50ee8170..6980b3d16b34bac262789ec2bf9632c690e9d3cb 100644 (file)
@@ -1,8 +1,13 @@
 // Unit tests for DeconvolutionSharpenEffect.
 
-#include "test_util.h"
-#include "gtest/gtest.h"
+#include <math.h>
+#include <stdlib.h>
+
 #include "deconvolution_sharpen_effect.h"
+#include "effect_chain.h"
+#include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 
 TEST(DeconvolutionSharpenEffectTest, IdentityTransformDoesNothing) {
        const int size = 4;