diff src/video/dummy/SDL_nullevents.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
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullevents.c	Sun Jan 04 05:41:52 2009 +0000
+++ b/src/video/dummy/SDL_nullevents.c	Sun Jan 04 05:52:14 2009 +0000
@@ -24,7 +24,6 @@
 /* Being a null driver, there's no event stream. We just define stubs for
    most of the API. */
 
-#include "SDL.h"
 #include "../../events/SDL_sysevents.h"
 #include "../../events/SDL_events_c.h"