Removed unused standard library includes from gesture source.

This commit is contained in:
Philipp Wiesemann 2014-05-17 21:52:05 +02:00
parent 660a57f906
commit 0d196c3099

View File

@ -27,13 +27,9 @@
#include "SDL_events_c.h"
#include "SDL_gesture_c.h"
#if !defined(__PSP__)
#include <memory.h>
#endif
#include <string.h>
/*
#include <stdio.h>
#include <math.h>
*/
/* TODO: Replace with malloc */