X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input_test.cpp;h=c8df483cee4fbcbce121c3ccaa69eac058136f47;hp=db03bd0aa05baa74f1bcb9a278216ef4243b538b;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd diff --git a/flat_input_test.cpp b/flat_input_test.cpp index db03bd0..c8df483 100644 --- a/flat_input_test.cpp +++ b/flat_input_test.cpp @@ -1,8 +1,11 @@ // Unit tests for FlatInput. -#include "test_util.h" -#include "gtest/gtest.h" +#include + +#include "effect_chain.h" #include "flat_input.h" +#include "gtest/gtest.h" +#include "test_util.h" TEST(FlatInput, SimpleGrayscale) { const int size = 4;