diff src/video/nds/SDL_ndsevents.c @ 5125:dc0dfdd58f27

Removed completely non-portable event thread hack. Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 22:44:08 -0800
parents f7b03b6838cb
children b530ef003506
line wrap: on
line diff
--- a/src/video/nds/SDL_ndsevents.c	Thu Jan 27 20:51:54 2011 -0800
+++ b/src/video/nds/SDL_ndsevents.c	Thu Jan 27 22:44:08 2011 -0800
@@ -28,7 +28,6 @@
 #include <stdlib.h>
 #include <nds.h>
 
-#include "../../events/SDL_sysevents.h"
 #include "../../events/SDL_events_c.h"
 
 #include "SDL_ndsvideo.h"