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 This file links the Java side of Android with libsdl
*******************************************************************************/ *******************************************************************************/
#include <jni.h> #include <jni.h>
#include <android/log.h>
/******************************************************************************* /*******************************************************************************

View File

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

View File

@ -37,7 +37,6 @@
#include "SDL_events.h" #include "SDL_events.h"
#include "SDL_timer.h" #include "SDL_timer.h"
#include "SDL_mutex.h" #include "SDL_mutex.h"
#include "SDL_events.h"
#include "SDL_hints.h" #include "SDL_hints.h"
#include "SDL_joystick.h" #include "SDL_joystick.h"
#include "../SDL_sysjoystick.h" #include "../SDL_sysjoystick.h"

View File

@ -37,7 +37,6 @@ extern "C" {
/* Local includes */ /* Local includes */
#include "../../events/SDL_events_c.h" #include "../../events/SDL_events_c.h"
#include "../../video/haiku/SDL_bkeyboard.h"
#include "../../video/haiku/SDL_bframebuffer.h" #include "../../video/haiku/SDL_bframebuffer.h"
#ifdef __cplusplus #ifdef __cplusplus

View File

@ -22,14 +22,10 @@
#if SDL_VIDEO_DRIVER_DIRECTFB #if SDL_VIDEO_DRIVER_DIRECTFB
#include "SDL_DirectFB_video.h"
#include "SDL_DirectFB_events.h"
/* /*
* #include "SDL_DirectFB_keyboard.h" * #include "SDL_DirectFB_keyboard.h"
*/ */
#include "SDL_DirectFB_modes.h" #include "SDL_DirectFB_modes.h"
#include "SDL_DirectFB_mouse.h"
#include "SDL_DirectFB_opengl.h" #include "SDL_DirectFB_opengl.h"
#include "SDL_DirectFB_window.h" #include "SDL_DirectFB_window.h"
#include "SDL_DirectFB_WM.h" #include "SDL_DirectFB_WM.h"

View File

@ -40,7 +40,6 @@
#include "SDL_timer.h" #include "SDL_timer.h"
#include "SDL_syswm.h" #include "SDL_syswm.h"
#include "SDL_assert.h"
#include "SDL_log.h" #include "SDL_log.h"
#define _NET_WM_STATE_REMOVE 0l #define _NET_WM_STATE_REMOVE 0l