mirror of https://github.com/encounter/SDL.git
Removed duplicate includes.
This commit is contained in:
parent
cbcc256fd2
commit
4b47fa38c3
|
@ -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>
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue