summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-06-09 22:08:29 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-06-09 22:08:29 +0000
commit0d3b18dd6fc321997e8ad42881be8e10ed001929 (patch)
treef30f82a635b0ca4d325fd534655c69bfa606050d /lldb/source/Interpreter/CommandInterpreter.cpp
parentb1823404c3360a8fc7fd74e89ec0566737650919 (diff)
downloadbcm5719-llvm-0d3b18dd6fc321997e8ad42881be8e10ed001929.tar.gz
bcm5719-llvm-0d3b18dd6fc321997e8ad42881be8e10ed001929.zip
Fix include path.
llvm-svn: 105757
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/CommandInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index ed85b33bab3..bf84721bfa1 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -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"
OpenPOWER on IntegriCloud