Commit a633daa1 authored by Paul Hunkin's avatar Paul Hunkin

Fixed #includes to fix naming conventions

parent 84cd073e
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include "../../events/SDL_events_c.h" #include "../../events/SDL_events_c.h"
#include "SDL_androidvideo.h" #include "SDL_androidvideo.h"
#include "SDL_androidevents_c.h" #include "SDL_androidevents.h"
#include "SDL_androidrender_c.h" #include "SDL_androidrender.h"
/* Android header */ /* Android header */
#include "egl.h" #include "egl.h"
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include "../../events/SDL_events_c.h" #include "../../events/SDL_events_c.h"
#include "SDL_androidvideo.h" #include "SDL_androidvideo.h"
#include "SDL_androidevents_c.h" #include "SDL_androidevents.h"
#include "SDL_androidrender_c.h" #include "SDL_androidrender.h"
#define ANDROID_VID_DRIVER_NAME "Android" #define ANDROID_VID_DRIVER_NAME "Android"
......
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