summaryrefslogtreecommitdiff
path: root/lldb/source/Host/common/NativeThreadProtocol.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/Host/common/NativeThreadProtocol.cpp
parent37c768ca588a2356ae8ede38e1ce4955dedfa20e (diff)
Moving header files from source/Host/common to proper location.
llvm-svn: 227929
Diffstat (limited to 'lldb/source/Host/common/NativeThreadProtocol.cpp')
-rw-r--r--lldb/source/Host/common/NativeThreadProtocol.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Host/common/NativeThreadProtocol.cpp b/lldb/source/Host/common/NativeThreadProtocol.cpp
index 91d00200906a..ea406e9ef2c6 100644
--- a/lldb/source/Host/common/NativeThreadProtocol.cpp
+++ b/lldb/source/Host/common/NativeThreadProtocol.cpp
@@ -7,11 +7,11 @@
//
//===----------------------------------------------------------------------===//
-#include "NativeThreadProtocol.h"
+#include "lldb/Host/common/NativeThreadProtocol.h"
-#include "NativeProcessProtocol.h"
-#include "lldb/Target/NativeRegisterContext.h"
-#include "SoftwareBreakpoint.h"
+#include "lldb/Host/common/NativeProcessProtocol.h"
+#include "lldb/Host/common/NativeRegisterContext.h"
+#include "lldb/Host/common/SoftwareBreakpoint.h"
using namespace lldb;
using namespace lldb_private;