Mercurial > sdl-ios-xcode
diff src/video/android/SDL_androidgl.c @ 4703:c93b44ddc63e
Fixed #includes to fix naming conventions
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Thu, 10 Jun 2010 19:25:55 +1200 |
parents | d40bb3165d2b |
children | 8b109f0dcd2f |
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"