summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-12-20 21:45:22 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-12-20 21:45:22 +0000
commit8c46c6fee10a0a8bc9ac5cfccf4743927d761e90 (patch)
tree0d0aad31d3fbf527e1782af23eede09be45faa73 /lldb/source/Utility
parent813a2c45a886c925076671054644b5e02667ab35 (diff)
downloadbcm5719-llvm-8c46c6fee10a0a8bc9ac5cfccf4743927d761e90.tar.gz
bcm5719-llvm-8c46c6fee10a0a8bc9ac5cfccf4743927d761e90.zip
Patch from Stephen Wilson:
Provide full qualification for #include's. llvm-svn: 122274
Diffstat (limited to 'lldb/source/Utility')
-rw-r--r--lldb/source/Utility/ArchDefaultUnwindPlan.cpp2
-rw-r--r--lldb/source/Utility/ArchVolatileRegs.cpp2
-rw-r--r--lldb/source/Utility/UnwindAssemblyProfiler.cpp2
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"
OpenPOWER on IntegriCloud