comparison src/video/nds/SDL_ndsevents.c @ 2985:4e4d814884aa

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:52:14 +0000
parents 99210400e8b9
children f7b03b6838cb
comparison
equal deleted inserted replaced
2984:0b160c970b7e 2985:4e4d814884aa
26 26
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <nds.h> 29 #include <nds.h>
30 30
31 #include "SDL.h"
32 #include "../../events/SDL_sysevents.h" 31 #include "../../events/SDL_sysevents.h"
33 #include "../../events/SDL_events_c.h" 32 #include "../../events/SDL_events_c.h"
34 33
35 #include "SDL_ndsvideo.h" 34 #include "SDL_ndsvideo.h"
36 #include "SDL_ndsevents_c.h" 35 #include "SDL_ndsevents_c.h"