Skip to content

Commit

Permalink
jni: cleanup XBMCApp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Mar 12, 2013
1 parent 956e8b7 commit 50d0b49
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions xbmc/android/activity/XBMCApp.cpp
Expand Up @@ -18,30 +18,10 @@
*
*/

#include <sstream>

#include <unistd.h>
#include <stdlib.h>
#include <dlfcn.h>
#include <string.h>

#include <android/native_window.h>
#include <android/configuration.h>
#include <jni.h>

#include "XBMCApp.h"

#include "input/MouseStat.h"
#include "input/XBMC_keysym.h"
#include "guilib/Key.h"
#include "windowing/XBMC_events.h"
#include <android/log.h>

#include "Application.h"
#include "settings/AdvancedSettings.h"
#include "xbmc.h"
#include "windowing/WinEvents.h"
#include "guilib/GUIWindowManager.h"
#include "utils/log.h"
#include "ApplicationMessenger.h"
#include "JNIThreading.h"
Expand Down

0 comments on commit 50d0b49

Please sign in to comment.