Removed duplicate includes.

This commit is contained in:
Philipp Wiesemann
2017-06-04 23:15:47 +02:00
parent cbcc256fd2
commit 4b47fa38c3
6 changed files with 0 additions and 9 deletions

View File

@@ -155,7 +155,6 @@ static void Android_JNI_ThreadDestroyed(void*);
This file links the Java side of Android with libsdl
*******************************************************************************/
#include <jni.h>
#include <android/log.h>
/*******************************************************************************

View File

@@ -47,7 +47,6 @@ using namespace Windows::Phone::UI::Input;
/* SDL includes */
extern "C" {
#include "../../SDL_internal.h"
#include "SDL_assert.h"
#include "SDL_events.h"
#include "SDL_hints.h"