commit | ff7c3e965dea6b70e05faa985de1e6f6efe0ce40 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon Dec 20 21:45:22 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon Dec 20 21:45:22 2010 +0000 |
tree | 05a7be673e11a028cb4632468d0ba2d450c4af50 | |
parent | 7add5992a2dbd7ca1f18e917247da0907c422afe [diff] [blame] |
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"