diff options
author | Zachary Turner <zturner@google.com> | 2017-02-16 19:38:21 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2017-02-16 19:38:21 +0000 |
commit | 24ae6294a4a97d4dfe0e43f7bcd52811b6346c17 (patch) | |
tree | fbca446d37efde935ee0a5c69ac1410c7c6a1b94 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | cac10f9768594c039d1f4dc41ece8380ba448b07 (diff) | |
download | bcm5719-llvm-24ae6294a4a97d4dfe0e43f7bcd52811b6346c17.tar.gz bcm5719-llvm-24ae6294a4a97d4dfe0e43f7bcd52811b6346c17.zip |
Finish breaking the dependency from Utility.
Differential Revision: https://reviews.llvm.org/D29964
llvm-svn: 295368
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index c9419f2e577..46abe359d3b 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -42,6 +42,7 @@ #include "lldb/Host/FileSpec.h" #include "lldb/Host/FileSystem.h" #include "lldb/Host/HostThread.h" +#include "lldb/Host/PseudoTerminal.h" #include "lldb/Host/StringConvert.h" #include "lldb/Host/Symbols.h" #include "lldb/Host/ThreadLauncher.h" @@ -64,7 +65,6 @@ #include "lldb/Target/TargetList.h" #include "lldb/Target/ThreadPlanCallFunction.h" #include "lldb/Utility/CleanUp.h" -#include "lldb/Utility/PseudoTerminal.h" #include "lldb/Utility/StreamString.h" // Project includes |