diff options
Diffstat (limited to 'lldb/source')
-rw-r--r-- | lldb/source/Expression/ClangPersistentVariables.cpp | 2 | ||||
-rw-r--r-- | lldb/source/Utility/ArchDefaultUnwindPlan.cpp | 2 | ||||
-rw-r--r-- | lldb/source/Utility/ArchVolatileRegs.cpp | 2 | ||||
-rw-r--r-- | lldb/source/Utility/UnwindAssemblyProfiler.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/Expression/ClangPersistentVariables.cpp b/lldb/source/Expression/ClangPersistentVariables.cpp index 5e61524f924..d5ab9e53e55 100644 --- a/lldb/source/Expression/ClangPersistentVariables.cpp +++ b/lldb/source/Expression/ClangPersistentVariables.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "ClangPersistentVariables.h" +#include "lldb/Expression/ClangPersistentVariables.h" #include "lldb/Core/DataExtractor.h" #include "lldb/Core/Log.h" #include "lldb/Core/StreamString.h" diff --git a/lldb/source/Utility/ArchDefaultUnwindPlan.cpp b/lldb/source/Utility/ArchDefaultUnwindPlan.cpp index 913d861b1c2..1d5b5b901d0 100644 --- a/lldb/source/Utility/ArchDefaultUnwindPlan.cpp +++ b/lldb/source/Utility/ArchDefaultUnwindPlan.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "lldb-private.h" +#include "lldb/lldb-private.h" #include "lldb/Core/PluginManager.h" #include "lldb/Core/PluginInterface.h" #include "lldb/Utility/ArchDefaultUnwindPlan.h" diff --git a/lldb/source/Utility/ArchVolatileRegs.cpp b/lldb/source/Utility/ArchVolatileRegs.cpp index 041237f51a0..207cdd94f54 100644 --- a/lldb/source/Utility/ArchVolatileRegs.cpp +++ b/lldb/source/Utility/ArchVolatileRegs.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "lldb-private.h" +#include "lldb/lldb-private.h" #include "lldb/Core/PluginManager.h" #include "lldb/Core/PluginInterface.h" #include "lldb/Utility/ArchVolatileRegs.h" diff --git a/lldb/source/Utility/UnwindAssemblyProfiler.cpp b/lldb/source/Utility/UnwindAssemblyProfiler.cpp index eb4262aec34..7b4e60a4d27 100644 --- a/lldb/source/Utility/UnwindAssemblyProfiler.cpp +++ b/lldb/source/Utility/UnwindAssemblyProfiler.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "lldb-private.h" +#include "lldb/lldb-private.h" #include "lldb/Core/PluginManager.h" #include "lldb/Core/PluginInterface.h" #include "lldb/Utility/UnwindAssemblyProfiler.h" |