Mercurial > sdl-ios-xcode
changeset 4703:c93b44ddc63e
Fixed #includes to fix naming conventions
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Thu, 10 Jun 2010 19:25:55 +1200 |
parents | 44798016d513 |
children | 611d39792201 |
files | src/video/android/SDL_androidgl.c src/video/android/SDL_androidvideo.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/android/SDL_androidgl.c Thu Jun 10 19:02:55 2010 +1200 +++ b/src/video/android/SDL_androidgl.c Thu Jun 10 19:25:55 2010 +1200 @@ -31,8 +31,8 @@ #include "../../events/SDL_events_c.h" #include "SDL_androidvideo.h" -#include "SDL_androidevents_c.h" -#include "SDL_androidrender_c.h" +#include "SDL_androidevents.h" +#include "SDL_androidrender.h" /* Android header */ #include "egl.h"
--- a/src/video/android/SDL_androidvideo.c Thu Jun 10 19:02:55 2010 +1200 +++ b/src/video/android/SDL_androidvideo.c Thu Jun 10 19:25:55 2010 +1200 @@ -31,8 +31,8 @@ #include "../../events/SDL_events_c.h" #include "SDL_androidvideo.h" -#include "SDL_androidevents_c.h" -#include "SDL_androidrender_c.h" +#include "SDL_androidevents.h" +#include "SDL_androidrender.h" #define ANDROID_VID_DRIVER_NAME "Android"