[cfe-commits] r149044 - /cfe/trunk/lib/Rewrite/FrontendActions.cpp
Argyrios Kyrtzidis
akyrtzi at gmail.com
Wed Jan 25 20:42:21 PST 2012
Author: akirtzidis
Date: Wed Jan 25 22:42:21 2012
New Revision: 149044
URL: http://llvm.org/viewvc/llvm-project?rev=149044&view=rev
Log:
Remove the headers now that ::close() is not used.
Modified:
cfe/trunk/lib/Rewrite/FrontendActions.cpp
Modified: cfe/trunk/lib/Rewrite/FrontendActions.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Rewrite/FrontendActions.cpp?rev=149044&r1=149043&r2=149044&view=diff
==============================================================================
--- cfe/trunk/lib/Rewrite/FrontendActions.cpp (original)
+++ cfe/trunk/lib/Rewrite/FrontendActions.cpp Wed Jan 25 22:42:21 2012
@@ -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 <unistd.h>
-#else
-#include <io.h>
-#endif
-
using namespace clang;
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list