mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Cut out a couple unused includes.
This commit is contained in:
parent
edf3bf4a8e
commit
f5d1a77155
@ -17,7 +17,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "android/jni/app-android.h"
|
||||
#include "base/display.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/timeutil.h"
|
||||
|
@ -101,9 +101,9 @@
|
||||
|
||||
static UI::Theme ui_theme;
|
||||
|
||||
#ifdef ARM
|
||||
#if defined(ARM) && defined(ANDROID)
|
||||
#include "../../android/jni/ArmEmitterTest.h"
|
||||
#elif defined(ARM64)
|
||||
#elif defined(ARM64) && defined(ANDROID)
|
||||
#include "../../android/jni/Arm64EmitterTest.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user