Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed some dependency issues with SDL_revision.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 4, 2009
1 parent 4c39556 commit 05fa892
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion src/cdrom/macosx/CDPlayer.h
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion src/video/dc/SDL_dcevents.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/video/dummy/SDL_nullevents.c
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion src/video/gapi/SDL_gapivideo.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/video/nanox/SDL_nxmodes_c.h
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion src/video/nds/SDL_ndsevents.c
Expand Up @@ -28,7 +28,6 @@
#include <stdlib.h>
#include <nds.h>

#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"

Expand Down
1 change: 0 additions & 1 deletion src/video/photon/SDL_ph_events.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/video/photon/SDL_ph_gl.c
Expand Up @@ -22,7 +22,6 @@
#include "SDL_config.h"

#include <dlfcn.h>
#include "SDL.h"
#include "SDL_ph_gl.h"

#if SDL_VIDEO_OPENGL
Expand Down
1 change: 0 additions & 1 deletion src/video/riscos/SDL_riscosevents.c
Expand Up @@ -29,7 +29,6 @@
*/


#include "SDL.h"
#include "../../timer/SDL_timer_c.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"
Expand Down
1 change: 0 additions & 1 deletion src/video/riscos/SDL_wimppoll.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/video/uikit/SDL_uikitevents.m
Expand Up @@ -21,7 +21,6 @@
*/
#include "SDL_config.h"

#include "SDL.h"
#include "../../events/SDL_sysevents.h"
#include "../../events/SDL_events_c.h"

Expand Down
1 change: 0 additions & 1 deletion src/video/vgl/SDL_vglevents.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/video/wscons/SDL_wsconsevents.c
Expand Up @@ -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"
Expand Down

0 comments on commit 05fa892

Please sign in to comment.