diff options
author | Jason Molenda <jmolenda@apple.com> | 2010-06-09 21:28:42 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2010-06-09 21:28:42 +0000 |
commit | a34a0c61ae420757d3f97353cdeabc8bddf49f0a (patch) | |
tree | ce7a1664d18d5fa31faef1eacbbb5b4c7120be8a /lldb/source/Interpreter/ScriptInterpreter.cpp | |
parent | c3eba8f547c7079a79e321e8f18893b80b52f413 (diff) | |
download | bcm5719-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.cpp | 3 |
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; |