Skip to content

Commit

Permalink
Removed duplicate includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 4, 2017
1 parent cbcc256 commit 4b47fa3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/core/android/SDL_android.c
Expand Up @@ -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>


/*******************************************************************************
Expand Down
1 change: 0 additions & 1 deletion src/core/winrt/SDL_winrtapp_direct3d.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/joystick/windows/SDL_windowsjoystick.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/main/haiku/SDL_BApp.h
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11window.c
Expand Up @@ -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
Expand Down

0 comments on commit 4b47fa3

Please sign in to comment.