diff options
author | Jim Ingham <jingham@apple.com> | 2010-07-07 03:39:43 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2010-07-07 03:39:43 +0000 |
commit | 6f80bc5602529325fd525b162f433b46f90a7e0e (patch) | |
tree | f2cc2ab72dd85963012eeba18d649bed3a420613 /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 6d122aef97418f80ce19b81dac7cf3287dcf0edf (diff) | |
download | bcm5719-llvm-6f80bc5602529325fd525b162f433b46f90a7e0e.tar.gz bcm5719-llvm-6f80bc5602529325fd525b162f433b46f90a7e0e.zip |
Remove includes for removed files...
llvm-svn: 107753
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 9305d775733..1027f94457f 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -12,7 +12,6 @@ #include <getopt.h> #include <stdlib.h> -#include "../Commands/CommandObjectAlias.h" #include "../Commands/CommandObjectAppend.h" #include "../Commands/CommandObjectApropos.h" #include "../Commands/CommandObjectArgs.h" @@ -42,7 +41,6 @@ #include "../Commands/CommandObjectSyntax.h" #include "../Commands/CommandObjectTarget.h" #include "../Commands/CommandObjectThread.h" -#include "../Commands/CommandObjectUnalias.h" #include "../Commands/CommandObjectVariable.h" #include "lldb/Interpreter/Args.h" |