backend\A64\exception_handler_posix.cpp: remove unused header
This commit is contained in:
parent
adeb4940dd
commit
6dfd42dfc8
@ -380,7 +380,7 @@ elseif(ARCHITECTURE_Aarch64)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (ANDROID)
|
if (UNIX)
|
||||||
target_sources(dynarmic PRIVATE backend/A64/exception_handler_posix.cpp)
|
target_sources(dynarmic PRIVATE backend/A64/exception_handler_posix.cpp)
|
||||||
else()
|
else()
|
||||||
target_sources(dynarmic PRIVATE backend/A64/exception_handler_generic.cpp)
|
target_sources(dynarmic PRIVATE backend/A64/exception_handler_generic.cpp)
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
#include "common/cast_util.h"
|
#include "common/cast_util.h"
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
|
|
||||||
#include "jni.h"
|
|
||||||
|
|
||||||
namespace Dynarmic::BackendA64 {
|
namespace Dynarmic::BackendA64 {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user