Removed duplicate includes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
diff --git a/src/core/android/SDL_android.c b/src/core/android/SDL_android.c
index cf1348e..227b48c 100644
--- a/src/core/android/SDL_android.c
+++ b/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>
/*******************************************************************************
diff --git a/src/core/winrt/SDL_winrtapp_direct3d.cpp b/src/core/winrt/SDL_winrtapp_direct3d.cpp
index 48703d6..9603f49 100644
--- a/src/core/winrt/SDL_winrtapp_direct3d.cpp
+++ b/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"
diff --git a/src/joystick/windows/SDL_windowsjoystick.c b/src/joystick/windows/SDL_windowsjoystick.c
index f8e3deb..8f42178 100644
--- a/src/joystick/windows/SDL_windowsjoystick.c
+++ b/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"
diff --git a/src/main/haiku/SDL_BApp.h b/src/main/haiku/SDL_BApp.h
index 4d39035..871614b 100644
--- a/src/main/haiku/SDL_BApp.h
+++ b/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
diff --git a/src/video/directfb/SDL_DirectFB_video.c b/src/video/directfb/SDL_DirectFB_video.c
index a40a163..2a3c8c2 100644
--- a/src/video/directfb/SDL_DirectFB_video.c
+++ b/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"
diff --git a/src/video/x11/SDL_x11window.c b/src/video/x11/SDL_x11window.c
index e0b45b4..6945369 100644
--- a/src/video/x11/SDL_x11window.c
+++ b/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