Libvje / refactor : complexsaturate (fix)

* clen headers
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-07-31 13:54:02 +02:00
parent d274613e90
commit fe019d7c8f
2 changed files with 3 additions and 9 deletions

View File

@@ -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 <stdint.h>
#include <stdio.h>
#include <libvjmem/vjmem.h>
#include <math.h>
#include "complexsaturate.h"
#include "common.h"
#include <libvjmem/vjmem.h>
#include "complexsaturate.h"
vj_effect *complexsaturation_init(int w, int h)
{

View File

@@ -20,10 +20,6 @@
#ifndef COMPLEXSATURATE_H
#define COMPLEXSATURATE_H
#include <libvje/vje.h>
#include <sys/types.h>
#include <stdint.h>
vj_effect *complexsaturation_init();
void complexsaturation_apply(VJFrame *frame, int i_angle,
int red, int green, int blue,