commit | 24ae6294a4a97d4dfe0e43f7bcd52811b6346c17 | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Thu Feb 16 19:38:21 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Thu Feb 16 19:38:21 2017 +0000 |
tree | fbca446d37efde935ee0a5c69ac1410c7c6a1b94 | |
parent | cac10f9768594c039d1f4dc41ece8380ba448b07 [diff] [blame] |
Finish breaking the dependency from Utility. Differential Revision: https://reviews.llvm.org/D29964 llvm-svn: 295368
diff --git a/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp b/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp index 0c61239..f33bbb9 100644 --- a/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp +++ b/lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
@@ -21,8 +21,8 @@ // LLDB includes #include "lldb/Core/Log.h" #include "lldb/Core/State.h" +#include "lldb/Host/PseudoTerminal.h" #include "lldb/Target/ProcessLaunchInfo.h" -#include "lldb/Utility/PseudoTerminal.h" #include "lldb/Utility/StreamString.h" #include "CFBundle.h"