summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreter.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2010-06-09 21:28:42 +0000
committerJason Molenda <jmolenda@apple.com>2010-06-09 21:28:42 +0000
commita34a0c61ae420757d3f97353cdeabc8bddf49f0a (patch)
treece7a1664d18d5fa31faef1eacbbb5b4c7120be8a /lldb/source/Interpreter/ScriptInterpreter.cpp
parentc3eba8f547c7079a79e321e8f18893b80b52f413 (diff)
downloadbcm5719-llvm-a34a0c61ae420757d3f97353cdeabc8bddf49f0a.tar.gz
bcm5719-llvm-a34a0c61ae420757d3f97353cdeabc8bddf49f0a.zip
Move source/Utility/PseudoTerminal.h into include/lldb/Utility.
The top of the header file seems to indicate that this was intended to be over at include/lldb/Core but we should be in line with the .cpp file's location so it's include/lldb/Utility for now. llvm-svn: 105753
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreter.cpp b/lldb/source/Interpreter/ScriptInterpreter.cpp
index fa3ac31e691..e5d7bc308be 100644
--- a/lldb/source/Interpreter/ScriptInterpreter.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreter.cpp
@@ -17,8 +17,7 @@
#include "lldb/Core/Stream.h"
#include "lldb/Core/StringList.h"
#include "lldb/Interpreter/CommandReturnObject.h"
-
-#include "PseudoTerminal.h"
+#include "lldb/Utility/PseudoTerminal.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud