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:
Pavel Labath 2015-08-24 13:25:54 +00:00
parent 84f43f36f3
commit 0f4b17d12c

View File

@ -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"