diff options
-rw-r--r-- | lldb/include/lldb/Core/FormatManager.h | 2 | ||||
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 | ||||
-rw-r--r-- | lldb/source/Symbol/ClangASTType.cpp | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lldb/include/lldb/Core/FormatManager.h b/lldb/include/lldb/Core/FormatManager.h index 6d7ad99bf53..d05070ec10c 100644 --- a/lldb/include/lldb/Core/FormatManager.h +++ b/lldb/include/lldb/Core/FormatManager.h @@ -35,7 +35,7 @@ namespace std // Other libraries and framework includes // Project includes #include "lldb/lldb-public.h" -#include "lldb-enumerations.h" +#include "lldb/lldb-enumerations.h" #include "lldb/Core/Communication.h" #include "lldb/Core/InputReaderStack.h" 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" diff --git a/lldb/source/Symbol/ClangASTType.cpp b/lldb/source/Symbol/ClangASTType.cpp index 5e623a8a9e1..9b862d191c4 100644 --- a/lldb/source/Symbol/ClangASTType.cpp +++ b/lldb/source/Symbol/ClangASTType.cpp @@ -30,6 +30,7 @@ #include "lldb/Core/ConstString.h" #include "lldb/Core/DataBufferHeap.h" #include "lldb/Core/DataExtractor.h" +#include "lldb/Core/Debugger.h" #include "lldb/Core/Scalar.h" #include "lldb/Core/Stream.h" #include "lldb/Core/StreamString.h" @@ -38,8 +39,6 @@ #include "lldb/Target/Process.h" -#include "Debugger.h" - using namespace lldb; using namespace lldb_private; |