[llvm-branch-commits] [cfe-branch] r119644 - /cfe/branches/Apple/whitney/tools/libclang/CIndex.cpp

Daniel Dunbar daniel at zuster.org
Wed Nov 17 18:37:18 PST 2010


Author: ddunbar
Date: Wed Nov 17 20:37:18 2010
New Revision: 119644

URL: http://llvm.org/viewvc/llvm-project?rev=119644&view=rev
Log:
Merge r119028:
--
Author: Ted Kremenek <kremenek at apple.com>
Date:   Sun Nov 14 05:28:43 2010 +0000

    Remove stale #include.

Modified:
    cfe/branches/Apple/whitney/tools/libclang/CIndex.cpp

Modified: cfe/branches/Apple/whitney/tools/libclang/CIndex.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/tools/libclang/CIndex.cpp?rev=119644&r1=119643&r2=119644&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/tools/libclang/CIndex.cpp (original)
+++ cfe/branches/Apple/whitney/tools/libclang/CIndex.cpp Wed Nov 17 20:37:18 2010
@@ -44,9 +44,6 @@
 #include "llvm/System/Signals.h"
 #include "llvm/System/Threading.h"
 
-// Needed to define L_TMPNAM on some systems.
-#include <cstdio>
-
 using namespace clang;
 using namespace clang::cxcursor;
 using namespace clang::cxstring;





More information about the llvm-branch-commits mailing list