summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-11-14 05:28:43 +0000
committerTed Kremenek <kremenek@apple.com>2010-11-14 05:28:43 +0000
commitd34c65d8a2af4efe8d76cae37021cf095f4a0e5e (patch)
tree5b14bee3de8d36b591a144135647df404677465b /clang/tools/libclang
parent574940e16f5610a3cc5644376e2fcc3d78d75681 (diff)
downloadbcm5719-llvm-d34c65d8a2af4efe8d76cae37021cf095f4a0e5e.tar.gz
bcm5719-llvm-d34c65d8a2af4efe8d76cae37021cf095f4a0e5e.zip
Remove stale #include.
llvm-svn: 119028
Diffstat (limited to 'clang/tools/libclang')
-rw-r--r--clang/tools/libclang/CIndex.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp
index 72726e385a2..69d9ac78e54 100644
--- a/clang/tools/libclang/CIndex.cpp
+++ b/clang/tools/libclang/CIndex.cpp
@@ -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;
OpenPOWER on IntegriCloud