diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-10-31 22:50:53 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-31 22:50:53 +0000 |
commit | 5ae87323943050525fc22601cc9b51fdecfc96e2 (patch) | |
tree | 67aeb726a3d3fbe9a297915f90cc2987c2cb1029 /lldb/source/Host/macosx/Symbols.cpp | |
parent | a08823fd107fde71cf7da9a4525a4e105468766c (diff) | |
download | bcm5719-llvm-5ae87323943050525fc22601cc9b51fdecfc96e2.tar.gz bcm5719-llvm-5ae87323943050525fc22601cc9b51fdecfc96e2.zip |
build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles).
llvm-svn: 143382
Diffstat (limited to 'lldb/source/Host/macosx/Symbols.cpp')
-rw-r--r-- | lldb/source/Host/macosx/Symbols.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Host/macosx/Symbols.cpp b/lldb/source/Host/macosx/Symbols.cpp index aadb93cf88e..bd49e83ed85 100644 --- a/lldb/source/Host/macosx/Symbols.cpp +++ b/lldb/source/Host/macosx/Symbols.cpp @@ -25,12 +25,11 @@ #include "lldb/Core/UUID.h" #include "lldb/Host/Endian.h" #include "lldb/Utility/CleanUp.h" +#include "Host/macosx/cfcpp/CFCBundle.h" #include "Host/macosx/cfcpp/CFCReleaser.h" #include "Host/macosx/cfcpp/CFCString.h" #include "mach/machine.h" -#include "CFCBundle.h" - using namespace lldb; using namespace lldb_private; |