diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-02-03 01:51:38 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-02-03 01:51:38 +0000 |
commit | 2fe1d0abc2434c359c3761910cebceb00a5743bf (patch) | |
tree | 7958785640a556936e6039aa180d4cc456592d63 /lldb/source/Host/common/NativeProcessProtocol.cpp | |
parent | 37c768ca588a2356ae8ede38e1ce4955dedfa20e (diff) | |
download | bcm5719-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/Host/common/NativeProcessProtocol.cpp')
-rw-r--r-- | lldb/source/Host/common/NativeProcessProtocol.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Host/common/NativeProcessProtocol.cpp b/lldb/source/Host/common/NativeProcessProtocol.cpp index e192f19a889..9c29f32a631 100644 --- a/lldb/source/Host/common/NativeProcessProtocol.cpp +++ b/lldb/source/Host/common/NativeProcessProtocol.cpp @@ -7,17 +7,17 @@ // //===----------------------------------------------------------------------===// -#include "NativeProcessProtocol.h" +#include "lldb/Host/common/NativeProcessProtocol.h" #include "lldb/lldb-enumerations.h" #include "lldb/Core/ArchSpec.h" #include "lldb/Core/Log.h" #include "lldb/Core/State.h" #include "lldb/Host/Host.h" -#include "lldb/Target/NativeRegisterContext.h" +#include "lldb/Host/common/NativeRegisterContext.h" -#include "NativeThreadProtocol.h" -#include "SoftwareBreakpoint.h" +#include "lldb/Host/common/NativeThreadProtocol.h" +#include "lldb/Host/common/SoftwareBreakpoint.h" using namespace lldb; using namespace lldb_private; |