From fe019d7c8f6b291aabe1bcc57bf1aae9feedb3a4 Mon Sep 17 00:00:00 2001 From: "[d.j.a.y] Jerome Blanchi" Date: Sun, 31 Jul 2016 13:54:02 +0200 Subject: [PATCH] Libvje / refactor : complexsaturate (fix) * clen headers --- .../veejay-server/libvje/effects/complexsaturate.c | 8 +++----- .../veejay-server/libvje/effects/complexsaturate.h | 4 ---- 2 files changed, 3 insertions(+), 9 deletions(-) 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,