diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 07:57:51 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-06-09 07:57:51 +0000 |
commit | 59817b1d561e66152a815ef6ca9726bc8e5c69af (patch) | |
tree | 4a6a1b1b621da9f517d4a14891d1a475ce9e3941 /lldb/source/Commands/CommandObjectQuit.cpp | |
parent | ebb81beb1e83471c200b87a67d889f2c50383be6 (diff) | |
download | llvm-59817b1d561e66152a815ef6ca9726bc8e5c69af.zip llvm-59817b1d561e66152a815ef6ca9726bc8e5c69af.tar.gz llvm-59817b1d561e66152a815ef6ca9726bc8e5c69af.tar.bz2 |
More minor build fixes.
llvm-svn: 105706
Diffstat (limited to 'lldb/source/Commands/CommandObjectQuit.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectQuit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectQuit.cpp b/lldb/source/Commands/CommandObjectQuit.cpp index b66f4b1..23aee3b 100644 --- a/lldb/source/Commands/CommandObjectQuit.cpp +++ b/lldb/source/Commands/CommandObjectQuit.cpp @@ -13,8 +13,8 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "CommandInterpreter.h" -#include "CommandReturnObject.h" +#include "lldb/Interpreter/CommandInterpreter.h" +#include "lldb/Interpreter/CommandReturnObject.h" using namespace lldb; using namespace lldb_private; |