diff options
Diffstat (limited to 'lldb/source/Utility')
-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 |
3 files changed, 3 insertions, 3 deletions
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" |