diff --git a/veejay-current/veejay-server/libvje/effects/complexsaturate.c b/veejay-current/veejay-server/libvje/effects/complexsaturate.c index 5903415a..755f0668 100644 --- a/veejay-current/veejay-server/libvje/effects/complexsaturate.c +++ b/veejay-current/veejay-server/libvje/effects/complexsaturate.c @@ -17,12 +17,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA. */ -#include -#include -#include -#include -#include "complexsaturate.h" + #include "common.h" +#include +#include "complexsaturate.h" vj_effect *complexsaturation_init(int w, int h) { diff --git a/veejay-current/veejay-server/libvje/effects/complexsaturate.h b/veejay-current/veejay-server/libvje/effects/complexsaturate.h index f24ec631..9bc28fb9 100644 --- a/veejay-current/veejay-server/libvje/effects/complexsaturate.h +++ b/veejay-current/veejay-server/libvje/effects/complexsaturate.h @@ -20,10 +20,6 @@ #ifndef COMPLEXSATURATE_H #define COMPLEXSATURATE_H -#include -#include -#include - vj_effect *complexsaturation_init(); void complexsaturation_apply(VJFrame *frame, int i_angle, int red, int green, int blue,