mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 07:01:05 +00:00
Simplify NativeThreadLinux includes
there is no need to include architecture-specific register contexts when the generic one will suffice. llvm-svn: 245839
This commit is contained in:
parent
84f43f36f3
commit
0f4b17d12c
@ -13,10 +13,7 @@
|
||||
#include <sstream>
|
||||
|
||||
#include "NativeProcessLinux.h"
|
||||
#include "NativeRegisterContextLinux_arm.h"
|
||||
#include "NativeRegisterContextLinux_arm64.h"
|
||||
#include "NativeRegisterContextLinux_x86_64.h"
|
||||
#include "NativeRegisterContextLinux_mips64.h"
|
||||
#include "NativeRegisterContextLinux.h"
|
||||
|
||||
#include "lldb/Core/Log.h"
|
||||
#include "lldb/Core/State.h"
|
||||
|
Loading…
Reference in New Issue
Block a user