]> granicus.if.org Git - clang/commitdiff
Remove the headers now that ::close() is not used.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 26 Jan 2012 04:42:21 +0000 (04:42 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 26 Jan 2012 04:42:21 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149044 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Rewrite/FrontendActions.cpp

index 001a043d803a9f2034c06c0092638026b011cfb1..a35861df8303b3cc9d6721e802194f2d1aa89518 100644 (file)
 #include "llvm/Support/Path.h"
 #include "llvm/Support/FileSystem.h"
 
-// FIXME: This is terrible, we need this for ::close.
-#if !defined(_MSC_VER)
-#include <unistd.h>
-#else
-#include <io.h>
-#endif
-
 using namespace clang;
 
 //===----------------------------------------------------------------------===//