X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain_test.cpp;h=21cb2bec6538189d5cfd9bc7b009a014b9e271bf;hp=d8ade1370e06d58669d2c47d1e2ff2c5b0d6f4ae;hb=29072985d0a00a53e5b578a1444cee61a0c9e1f2;hpb=6c3a366d60469599dd7dd88de89eac1a2c6f38a0 diff --git a/effect_chain_test.cpp b/effect_chain_test.cpp index d8ade13..21cb2be 100644 --- a/effect_chain_test.cpp +++ b/effect_chain_test.cpp @@ -2,12 +2,13 @@ // // Note that this also contains the tests for some of the simpler effects. +#include + #include "effect_chain.h" #include "flat_input.h" #include "gtest/gtest.h" #include "mirror_effect.h" #include "resize_effect.h" -#include "opengl.h" #include "test_util.h" TEST(EffectChainTest, EmptyChain) {