diff --git a/src/EffectInfo.cpp b/src/EffectInfo.cpp index 5a271df8..e7eaa7d8 100644 --- a/src/EffectInfo.cpp +++ b/src/EffectInfo.cpp @@ -12,8 +12,6 @@ #include "EffectInfo.h" #include "Effects.h" -#include "effects/Sharpen.h" -#include "effects/SphericalProjection.h" using namespace openshot; diff --git a/src/Effects.h b/src/Effects.h index bfc3fcf0..cf9cc014 100644 --- a/src/Effects.h +++ b/src/Effects.h @@ -27,6 +27,8 @@ #include "effects/Negate.h" #include "effects/Pixelate.h" #include "effects/Saturation.h" +#include "effects/Sharpen.h" +#include "effects/SphericalProjection.h" #include "effects/Shift.h" #include "effects/Wave.h"