summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-06-23 20:37:26 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-06-23 20:37:26 +0000
commit08405b69e8ecbefeba9f58108a8fc8ea0bbabd15 (patch)
treed04bab0c1e1e7a3a7ae2c12a6db97847d7b76eb9 /lldb/source/Interpreter/CommandInterpreter.cpp
parent676e3a8c835bbc58943e480d1531969ad58012e0 (diff)
downloadbcm5719-llvm-08405b69e8ecbefeba9f58108a8fc8ea0bbabd15.tar.gz
bcm5719-llvm-08405b69e8ecbefeba9f58108a8fc8ea0bbabd15.zip
Fix header paths
llvm-svn: 133755
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 5693e1d6ef9..bcbd5f8bfcf 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -14,7 +14,7 @@
#include <stdlib.h>
#include "CommandObjectScript.h"
-#include "CommandObjectRegexCommand.h"
+#include "lldb/Interpreter/CommandObjectRegexCommand.h"
#include "../Commands/CommandObjectApropos.h"
#include "../Commands/CommandObjectArgs.h"
OpenPOWER on IntegriCloud