Browse Source

Removed unused standard library includes from gesture source.

Philipp Wiesemann 11 years ago
parent
commit
0d196c3099
1 changed files with 2 additions and 6 deletions
  1. 2 6
      src/events/SDL_gesture.c

+ 2 - 6
src/events/SDL_gesture.c

@@ -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 */