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

Eli Friedman eli.friedman at gmail.com
Wed Jun 9 15:08:29 PDT 2010


Author: efriedma
Date: Wed Jun  9 17:08:29 2010
New Revision: 105757

URL: http://llvm.org/viewvc/llvm-project?rev=105757&view=rev
Log:
Fix include path.


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=105757&r1=105756&r2=105757&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/CommandInterpreter.cpp (original)
+++ lldb/trunk/source/Interpreter/CommandInterpreter.cpp Wed Jun  9 17:08:29 2010
@@ -31,7 +31,7 @@
 #include "CommandObjectMemory.h"
 #include "CommandObjectProcess.h"
 #include "CommandObjectQuit.h"
-#include "CommandObjectRegexCommand.h"
+#include "lldb/Interpreter/CommandObjectRegexCommand.h"
 #include "CommandObjectRegister.h"
 #include "CommandObjectRemove.h"
 #include "CommandObjectScript.h"





More information about the lldb-commits mailing list