From: Argyrios Kyrtzidis Date: Thu, 26 Jan 2012 04:42:21 +0000 (+0000) Subject: Remove the headers now that ::close() is not used. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98b940b7feda40c7440762d85b22d06c9aeb2587;p=clang Remove the headers now that ::close() is not used. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149044 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Rewrite/FrontendActions.cpp b/lib/Rewrite/FrontendActions.cpp index 001a043d80..a35861df83 100644 --- a/lib/Rewrite/FrontendActions.cpp +++ b/lib/Rewrite/FrontendActions.cpp @@ -24,13 +24,6 @@ #include "llvm/Support/Path.h" #include "llvm/Support/FileSystem.h" -// FIXME: This is terrible, we need this for ::close. -#if !defined(_MSC_VER) -#include -#else -#include -#endif - using namespace clang; //===----------------------------------------------------------------------===//