summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-02-03 01:51:38 +0000
committerChaoren Lin <chaorenl@google.com>2015-02-03 01:51:38 +0000
commit2fe1d0abc2434c359c3761910cebceb00a5743bf (patch)
tree7958785640a556936e6039aa180d4cc456592d63 /lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
parent37c768ca588a2356ae8ede38e1ce4955dedfa20e (diff)
downloadbcm5719-llvm-2fe1d0abc2434c359c3761910cebceb00a5743bf.tar.gz
bcm5719-llvm-2fe1d0abc2434c359c3761910cebceb00a5743bf.zip
Moving header files from source/Host/common to proper location.
llvm-svn: 227929
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
index 0878f2e7364..649dfb238be 100644
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
@@ -13,8 +13,8 @@
#include "lldb/Core/DataBufferHeap.h"
#include "lldb/Core/Error.h"
#include "lldb/Core/RegisterValue.h"
-#include "Host/common/NativeProcessProtocol.h"
-#include "Host/common/NativeThreadProtocol.h"
+#include "lldb/Host/common/NativeProcessProtocol.h"
+#include "lldb/Host/common/NativeThreadProtocol.h"
#include "Plugins/Process/Linux/NativeProcessLinux.h"
using namespace lldb_private;
OpenPOWER on IntegriCloud