[Lldb-commits] [lldb] r143382 - /lldb/trunk/source/Host/macosx/Symbols.cpp
Daniel Dunbar
daniel at zuster.org
Mon Oct 31 15:50:53 PDT 2011
Author: ddunbar
Date: Mon Oct 31 17:50:53 2011
New Revision: 143382
URL: http://llvm.org/viewvc/llvm-project?rev=143382&view=rev
Log:
build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles).
Modified:
lldb/trunk/source/Host/macosx/Symbols.cpp
Modified: lldb/trunk/source/Host/macosx/Symbols.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/macosx/Symbols.cpp?rev=143382&r1=143381&r2=143382&view=diff
==============================================================================
--- lldb/trunk/source/Host/macosx/Symbols.cpp (original)
+++ lldb/trunk/source/Host/macosx/Symbols.cpp Mon Oct 31 17:50:53 2011
@@ -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;
More information about the lldb-commits
mailing list