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/Plugins/Process/Linux/NativeProcessLinux.h | |
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/Plugins/Process/Linux/NativeProcessLinux.h')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeProcessLinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h index 628209b2fa8..0b8e760b9a2 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h @@ -25,7 +25,7 @@ #include "lldb/Host/Mutex.h" #include "lldb/Target/MemoryRegionInfo.h" -#include "Host/common/NativeProcessProtocol.h" +#include "lldb/Host/common/NativeProcessProtocol.h" namespace lldb_private { |