Skip to content

Commit

Permalink
Removed unused standard library includes from gesture source.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 17, 2014
1 parent 660a57f commit 0d196c3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/events/SDL_gesture.c
Expand Up @@ -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 */

Expand Down

0 comments on commit 0d196c3

Please sign in to comment.