]> granicus.if.org Git - clang/commitdiff
Remove stale #include.
authorTed Kremenek <kremenek@apple.com>
Sun, 14 Nov 2010 05:28:43 +0000 (05:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 14 Nov 2010 05:28:43 +0000 (05:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119028 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CIndex.cpp

index 72726e385a2fed9a45c44e83e8a46e8f9d280ce7..69d9ac78e54cf4c5f01456d966ba229f433e2498 100644 (file)
@@ -43,9 +43,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;