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/gdb-remote/GDBRemoteCommunicationServer.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/gdb-remote/GDBRemoteCommunicationServer.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h index 07ce98e29ac..0a2eb0d8c57 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h @@ -23,7 +23,7 @@ #include "lldb/Target/Process.h" #include "GDBRemoteCommunication.h" -#include "../../../Host/common/NativeProcessProtocol.h" +#include "lldb/Host/common/NativeProcessProtocol.h" class ProcessGDBRemote; class StringExtractorGDBRemote; |