forked from OSchip/llvm-project
build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles).
llvm-svn: 143382
This commit is contained in:
parent
a08823fd10
commit
5ae8732394
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue