# HG changeset patch # User Sam Lantinga # Date 1231048334 0 # Node ID 4e4d814884aae09681960ecf910c242d1fc9d26a # Parent 0b160c970b7e0efabc19e5ecb3c9ba06e9896d7c Fixed some dependency issues with SDL_revision.h diff -r 0b160c970b7e -r 4e4d814884aa src/cdrom/macosx/CDPlayer.h --- a/src/cdrom/macosx/CDPlayer.h Sun Jan 04 05:41:52 2009 +0000 +++ b/src/cdrom/macosx/CDPlayer.h Sun Jan 04 05:52:14 2009 +0000 @@ -30,7 +30,7 @@ #include #include -#include "SDL.h" +#include "SDL_cdrom.h" #include "SDL_thread.h" #include "SDL_mutex.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/dc/SDL_dcevents.c --- a/src/video/dc/SDL_dcevents.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/dc/SDL_dcevents.c Sun Jan 04 05:52:14 2009 +0000 @@ -21,7 +21,6 @@ */ #include "SDL_config.h" -#include "SDL.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" #include "SDL_dcvideo.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/dummy/SDL_nullevents.c --- 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" diff -r 0b160c970b7e -r 4e4d814884aa src/video/gapi/SDL_gapivideo.c --- a/src/video/gapi/SDL_gapivideo.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/gapi/SDL_gapivideo.c Sun Jan 04 05:52:14 2009 +0000 @@ -41,7 +41,6 @@ // wince goes to portrait mode, but does not update video memory -#include "SDL.h" #include "SDL_error.h" #include "SDL_video.h" #include "SDL_mouse.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/nanox/SDL_nxmodes_c.h --- a/src/video/nanox/SDL_nxmodes_c.h Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/nanox/SDL_nxmodes_c.h Sun Jan 04 05:52:14 2009 +0000 @@ -26,7 +26,6 @@ #include "SDL_config.h" #include "SDL_nxvideo.h" -#include extern SDL_Rect **NX_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags); extern void NX_FreeVideoModes(_THIS); diff -r 0b160c970b7e -r 4e4d814884aa src/video/nds/SDL_ndsevents.c --- a/src/video/nds/SDL_ndsevents.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/nds/SDL_ndsevents.c Sun Jan 04 05:52:14 2009 +0000 @@ -28,7 +28,6 @@ #include #include -#include "SDL.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/photon/SDL_ph_events.c --- a/src/video/photon/SDL_ph_events.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/photon/SDL_ph_events.c Sun Jan 04 05:52:14 2009 +0000 @@ -30,7 +30,6 @@ #include #include -#include "SDL.h" #include "SDL_syswm.h" #include "../SDL_sysvideo.h" #include "../../events/SDL_sysevents.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/photon/SDL_ph_gl.c --- a/src/video/photon/SDL_ph_gl.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/photon/SDL_ph_gl.c Sun Jan 04 05:52:14 2009 +0000 @@ -22,7 +22,6 @@ #include "SDL_config.h" #include -#include "SDL.h" #include "SDL_ph_gl.h" #if SDL_VIDEO_OPENGL diff -r 0b160c970b7e -r 4e4d814884aa src/video/riscos/SDL_riscosevents.c --- a/src/video/riscos/SDL_riscosevents.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/riscos/SDL_riscosevents.c Sun Jan 04 05:52:14 2009 +0000 @@ -29,7 +29,6 @@ */ -#include "SDL.h" #include "../../timer/SDL_timer_c.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/riscos/SDL_wimppoll.c --- a/src/video/riscos/SDL_wimppoll.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/riscos/SDL_wimppoll.c Sun Jan 04 05:52:14 2009 +0000 @@ -28,7 +28,6 @@ Implements Pumping of events and WIMP polling */ -#include "SDL.h" #include "SDL_syswm.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/uikit/SDL_uikitevents.m --- a/src/video/uikit/SDL_uikitevents.m Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/uikit/SDL_uikitevents.m Sun Jan 04 05:52:14 2009 +0000 @@ -21,7 +21,6 @@ */ #include "SDL_config.h" -#include "SDL.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/vgl/SDL_vglevents.c --- a/src/video/vgl/SDL_vglevents.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/vgl/SDL_vglevents.c Sun Jan 04 05:52:14 2009 +0000 @@ -30,7 +30,6 @@ #include #include -#include "SDL.h" #include "SDL_thread.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" diff -r 0b160c970b7e -r 4e4d814884aa src/video/wscons/SDL_wsconsevents.c --- a/src/video/wscons/SDL_wsconsevents.c Sun Jan 04 05:41:52 2009 +0000 +++ b/src/video/wscons/SDL_wsconsevents.c Sun Jan 04 05:52:14 2009 +0000 @@ -30,7 +30,6 @@ #include #include -#include "SDL.h" #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" #include "SDL_wsconsvideo.h"