]> git.sesse.net Git - movit/blobdiff - white_balance_effect_test.cpp
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / white_balance_effect_test.cpp
index 733b5bcb2ddbf21b8c6d3ccc7dd401520353cc0a..4cd2ae0424af342fc56ecab6bf2a4e547e25b483 100644 (file)
@@ -1,7 +1,11 @@
 // Unit tests for WhiteBalanceEffect.
 
-#include "test_util.h"
+#include <iomanip>
+
+#include "effect_chain.h"
 #include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 #include "white_balance_effect.h"
 
 TEST(WhiteBalanceEffectTest, GrayNeutralDoesNothing) {