--- 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 <CoreFoundation/CoreFoundation.h>
#include <AudioUnit/AudioUnit.h>
-#include "SDL.h"
+#include "SDL_cdrom.h"
#include "SDL_thread.h"
#include "SDL_mutex.h"
--- 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"
--- 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"
--- 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"
--- 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 <SDL.h>
extern SDL_Rect **NX_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags);
extern void NX_FreeVideoModes(_THIS);
--- 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 <stdlib.h>
#include <nds.h>
-#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
--- 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 <Ph.h>
#include <photon/PkKeyDef.h>
-#include "SDL.h"
#include "SDL_syswm.h"
#include "../SDL_sysvideo.h"
#include "../../events/SDL_sysevents.h"
--- 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 <dlfcn.h>
-#include "SDL.h"
#include "SDL_ph_gl.h"
#if SDL_VIDEO_OPENGL
--- 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"
--- 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"
--- 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"
--- 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 <sys/kbio.h>
#include <vgl.h>
-#include "SDL.h"
#include "SDL_thread.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
--- 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 <errno.h>
#include <string.h>
-#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
#include "SDL_wsconsvideo.h"