Commit 6e89ce1c authored by Sam Lantinga's avatar Sam Lantinga

Fixed some dependency issues with SDL_revision.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403447
parent dc7d3c42
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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);
......
......@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <nds.h>
#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
......
......@@ -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"
......
......@@ -22,7 +22,6 @@
#include "SDL_config.h"
#include <dlfcn.h>
#include "SDL.h"
#include "SDL_ph_gl.h"
#if SDL_VIDEO_OPENGL
......
......@@ -29,7 +29,6 @@
*/
#include "SDL.h"
#include "../../timer/SDL_timer_c.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
......
......@@ -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"
......
......@@ -21,7 +21,6 @@
*/
#include "SDL_config.h"
#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
......
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment