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/NativeThreadLinux.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/NativeThreadLinux.h')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeThreadLinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h index 1e4ae53e322..7233b30237b 100644 --- a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h +++ b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h @@ -11,7 +11,7 @@ #define liblldb_NativeThreadLinux_H_ #include "lldb/lldb-private-forward.h" -#include "../../../Host/common/NativeThreadProtocol.h" +#include "lldb/Host/common/NativeThreadProtocol.h" namespace lldb_private { |