changeset 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 0b160c970b7e
children bb773ff79106
files src/cdrom/macosx/CDPlayer.h src/video/dc/SDL_dcevents.c src/video/dummy/SDL_nullevents.c src/video/gapi/SDL_gapivideo.c src/video/nanox/SDL_nxmodes_c.h src/video/nds/SDL_ndsevents.c src/video/photon/SDL_ph_events.c src/video/photon/SDL_ph_gl.c src/video/riscos/SDL_riscosevents.c src/video/riscos/SDL_wimppoll.c src/video/uikit/SDL_uikitevents.m src/video/vgl/SDL_vglevents.c src/video/wscons/SDL_wsconsevents.c
diffstat 13 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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"