Patch from Stephen Wilson:
Provide full qualification for #include's.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@122274 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Utility/ArchDefaultUnwindPlan.cpp b/source/Utility/ArchDefaultUnwindPlan.cpp
index 913d861..1d5b5b9 100644
--- a/source/Utility/ArchDefaultUnwindPlan.cpp
+++ b/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/source/Utility/ArchVolatileRegs.cpp b/source/Utility/ArchVolatileRegs.cpp
index 041237f..207cdd9 100644
--- a/source/Utility/ArchVolatileRegs.cpp
+++ b/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/source/Utility/UnwindAssemblyProfiler.cpp b/source/Utility/UnwindAssemblyProfiler.cpp
index eb4262a..7b4e60a 100644
--- a/source/Utility/UnwindAssemblyProfiler.cpp
+++ b/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"