]> git.sesse.net Git - nageru/blobdiff - nageru/theme.h
IWYU-fix nageru/*.h.
[nageru] / nageru / theme.h
index 024df7a378c2ba50fb1a054068fa8e39087667d4..7fe0e8585a2b0993a359d362d6db95b08951d5ba 100644 (file)
@@ -5,17 +5,19 @@
 #include <movit/effect.h>
 #include <movit/flat_input.h>
 #include <movit/ycbcr_input.h>
-#include <stdbool.h>
+#include <array>
 #include <functional>
 #include <map>
+#include <memory>
 #include <mutex>
 #include <string>
 #include <unordered_map>
+#include <utility>
 #include <vector>
 
 #include "bmusb/bmusb.h"
-#include "defs.h"
 #include "ref_counted_frame.h"
+#include "shared/shared_defs.h"
 #include "tweaked_inputs.h"
 
 class Scene;
@@ -49,6 +51,8 @@ enum EffectType {
        MULTIPLY_EFFECT,
        MIX_EFFECT,
        LIFT_GAMMA_GAIN_EFFECT,
+       BLUR_EFFECT,
+       UNSHARP_MASK_EFFECT,
 
        NO_EFFECT_TYPE
 };