From: Ted Kremenek Date: Sun, 14 Nov 2010 05:28:43 +0000 (+0000) Subject: Remove stale #include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91fc0259d29be805191ccf2ab91d5e6b2e774070;p=clang Remove stale #include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119028 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CIndex.cpp b/tools/libclang/CIndex.cpp index 72726e385a..69d9ac78e5 100644 --- a/tools/libclang/CIndex.cpp +++ b/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 - using namespace clang; using namespace clang::cxcursor; using namespace clang::cxstring;