Browse Source

Removed duplicate includes.

Philipp Wiesemann 7 years ago
parent
commit
4b47fa38c3

+ 0 - 1
src/core/android/SDL_android.c

@@ -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>
 
 
 /*******************************************************************************

+ 0 - 1
src/core/winrt/SDL_winrtapp_direct3d.cpp

@@ -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"

+ 0 - 1
src/joystick/windows/SDL_windowsjoystick.c

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

+ 0 - 1
src/main/haiku/SDL_BApp.h

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

+ 0 - 4
src/video/directfb/SDL_DirectFB_video.c

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

+ 0 - 1
src/video/x11/SDL_x11window.c

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