commit | 921fac021ef9f7e5d32de359e67d5ad28fcccc65 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Thu Jun 23 20:37:26 2011 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Thu Jun 23 20:37:26 2011 +0000 |
tree | ab5aae856b97472497bba3eea85b4002c3a7ed64 | |
parent | d062ee862396d29b8c06c60b9e2c38330cf42665 [diff] [blame] |
Fix header paths git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133755 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/CommandInterpreter.cpp b/source/Interpreter/CommandInterpreter.cpp index 5693e1d..bcbd5f8 100644 --- a/source/Interpreter/CommandInterpreter.cpp +++ b/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"