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/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"