SDL_mouse.c doesn't need default_cursor.h.

This commit is contained in:
Ryan C. Gordon 2017-08-17 20:47:16 -04:00
parent 47beda9767
commit 7a9b9e05e0

View File

@ -27,7 +27,6 @@
#include "SDL_timer.h"
#include "SDL_events.h"
#include "SDL_events_c.h"
#include "default_cursor.h"
#include "../video/SDL_sysvideo.h"
/* #define DEBUG_MOUSE */