Libvje / refactor : mtracer (fix)

* clean headers
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-07-30 16:05:59 +02:00
parent 321d14948b
commit 59d68cd615
2 changed files with 2 additions and 10 deletions

View File

@@ -17,15 +17,12 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 , USA.
*/
#include <config.h>
#include <stdlib.h>
#include <stdint.h>
#include "common.h"
#include <libvjmem/vjmem.h>
#include "mtracer.h"
#include "common.h"
#include "magicoverlays.h"
static uint8_t *mtrace_buffer[4] = { NULL,NULL,NULL,NULL };
static int mtrace_counter = 0;

View File

@@ -20,11 +20,6 @@
#ifndef MTRACER_H
#define MTRACER_H
#include <libvjmem/vjmem.h>
#include <libvje/vje.h>
#include <sys/types.h>
#include <stdint.h>
vj_effect *mtracer_init(int w, int h);
int mtracer_malloc(int w, int h);
void mtracer_free();