aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-02-16 19:38:21 +0000
committerZachary Turner <zturner@google.com>2017-02-16 19:38:21 +0000
commit24ae6294a4a97d4dfe0e43f7bcd52811b6346c17 (patch)
treefbca446d37efde935ee0a5c69ac1410c7c6a1b94 /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
parentcac10f9768594c039d1f4dc41ece8380ba448b07 (diff)
downloadllvm-24ae6294a4a97d4dfe0e43f7bcd52811b6346c17.tar.gz
llvm-24ae6294a4a97d4dfe0e43f7bcd52811b6346c17.tar.bz2
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/Linux/NativeProcessLinux.cpp')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
index f7636502604f..f8cc12157f04 100644
--- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
@@ -29,6 +29,7 @@
#include "lldb/Core/State.h"
#include "lldb/Host/Host.h"
#include "lldb/Host/HostProcess.h"
+#include "lldb/Host/PseudoTerminal.h"
#include "lldb/Host/ThreadLauncher.h"
#include "lldb/Host/common/NativeBreakpoint.h"
#include "lldb/Host/common/NativeRegisterContext.h"
@@ -41,7 +42,6 @@
#include "lldb/Target/Target.h"
#include "lldb/Utility/Error.h"
#include "lldb/Utility/LLDBAssert.h"
-#include "lldb/Utility/PseudoTerminal.h"
#include "lldb/Utility/StringExtractor.h"
#include "NativeThreadLinux.h"