Fixed some dependency issues with SDL_revision.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403447
This commit is contained in:
Sam Lantinga 2009-01-04 05:52:14 +00:00
parent dc7d3c42a8
commit 6e89ce1c4a
13 changed files with 1 additions and 13 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -41,7 +41,6 @@ Inspired by http://arisme.free.fr/ports/SDL.php
// 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"

View file

@ -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);

View file

@ -28,7 +28,6 @@
#include <stdlib.h>
#include <nds.h>
#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"

View file

@ -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"

View file

@ -22,7 +22,6 @@
#include "SDL_config.h"
#include <dlfcn.h>
#include "SDL.h"
#include "SDL_ph_gl.h"
#if SDL_VIDEO_OPENGL

View file

@ -29,7 +29,6 @@
*/
#include "SDL.h"
#include "../../timer/SDL_timer_c.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"

View file

@ -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"

View file

@ -21,7 +21,6 @@
*/
#include "SDL_config.h"
#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"

View file

@ -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"

View file

@ -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"