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

Commit

Permalink
Fixed #includes to fix naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
bieh committed Jun 10, 2010
1 parent 62c03c0 commit 6153328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/video/android/SDL_androidgl.c
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/video/android/SDL_androidvideo.c
Expand Up @@ -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"

Expand Down

0 comments on commit 6153328

Please sign in to comment.