mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Cut out a couple unused includes.
This commit is contained in:
parent
edf3bf4a8e
commit
f5d1a77155
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue