Index: include/lldb/Utility/ArchVolatileRegs.h
===================================================================
--- include/lldb/Utility/ArchVolatileRegs.h	(revision 115013)
+++ include/lldb/Utility/ArchVolatileRegs.h	(working copy)
@@ -10,7 +10,7 @@
 #ifndef utility_ArchVolatileRegs_h_
 #define utility_ArchVolatileRegs_h_
 
-#include "lldb-private.h"
+#include "lldb/lldb-private.h"
 #include "lldb/Core/PluginInterface.h"
 
 namespace lldb_private {
Index: include/lldb/Utility/ArchDefaultUnwindPlan.h
===================================================================
--- include/lldb/Utility/ArchDefaultUnwindPlan.h	(revision 115013)
+++ include/lldb/Utility/ArchDefaultUnwindPlan.h	(working copy)
@@ -10,7 +10,7 @@
 #ifndef utility_ArchDefaultUnwindPlan_h_
 #define utility_ArchDefaultUnwindPlan_h_
 
-#include "lldb-private.h"
+#include "lldb/lldb-private.h"
 #include "lldb/Core/PluginInterface.h"
 
 namespace lldb_private {
Index: include/lldb/Utility/UnwindAssemblyProfiler.h
===================================================================
--- include/lldb/Utility/UnwindAssemblyProfiler.h	(revision 115013)
+++ include/lldb/Utility/UnwindAssemblyProfiler.h	(working copy)
@@ -10,7 +10,7 @@
 #ifndef utility_UnwindAssemblyProfiler_h_
 #define utility_UnwindAssemblyProfiler_h_
 
-#include "lldb-private.h"
+#include "lldb/lldb-private.h"
 #include "lldb/Core/PluginInterface.h"
 
 namespace lldb_private {
Index: source/Utility/ArchVolatileRegs.cpp
===================================================================
--- source/Utility/ArchVolatileRegs.cpp	(revision 115013)
+++ source/Utility/ArchVolatileRegs.cpp	(working copy)
@@ -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"
Index: source/Utility/ArchDefaultUnwindPlan.cpp
===================================================================
--- source/Utility/ArchDefaultUnwindPlan.cpp	(revision 115013)
+++ source/Utility/ArchDefaultUnwindPlan.cpp	(working copy)
@@ -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"
Index: source/Utility/UnwindAssemblyProfiler.cpp
===================================================================
--- source/Utility/UnwindAssemblyProfiler.cpp	(revision 115013)
+++ source/Utility/UnwindAssemblyProfiler.cpp	(working copy)
@@ -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"

