[Lldb-commits] [lldb] r106297 - /lldb/trunk/source/Interpreter/CommandInterpreter.cpp

Jim Ingham jingham at apple.com
Fri Jun 18 11:17:30 PDT 2010


Author: jingham
Date: Fri Jun 18 13:17:30 2010
New Revision: 106297

URL: http://llvm.org/viewvc/llvm-project?rev=106297&view=rev
Log:
Remove an include of the deleted CommandObjectStatus.h.

Modified:
    lldb/trunk/source/Interpreter/CommandInterpreter.cpp

Modified: lldb/trunk/source/Interpreter/CommandInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/CommandInterpreter.cpp?rev=106297&r1=106296&r2=106297&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Fri Jun 18 13:17:30 2010
@@ -41,7 +41,6 @@
 #include "../Commands/CommandObjectShow.h"
 #include "../Commands/CommandObjectSource.h"
 #include "../Commands/CommandObjectSourceFile.h"
-#include "../Commands/CommandObjectStatus.h"
 #include "../Commands/CommandObjectSyntax.h"
 #include "../Commands/CommandObjectTarget.h"
 #include "../Commands/CommandObjectThread.h"





More information about the lldb-commits mailing list