From 789f373f342fadf86fd475dc42bf6e33a3e67eb9 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 26 Jan 2012 04:42:21 +0000 Subject: [PATCH] Remove the headers now that ::close() is not used. llvm-svn: 149044 --- clang/lib/Rewrite/FrontendActions.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/clang/lib/Rewrite/FrontendActions.cpp b/clang/lib/Rewrite/FrontendActions.cpp index 001a043d803a..a35861df8303 100644 --- a/clang/lib/Rewrite/FrontendActions.cpp +++ b/clang/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; //===----------------------------------------------------------------------===//