aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/FrontendActions.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-01-26 04:42:21 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-01-26 04:42:21 +0000
commit98b940b7feda40c7440762d85b22d06c9aeb2587 (patch)
tree4af528db84db8614cdea610a2dc58dcadbb0223e /lib/Rewrite/FrontendActions.cpp
parentc8af9107fd1eb014d9124b753c38c4d06fa219f4 (diff)
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
Diffstat (limited to 'lib/Rewrite/FrontendActions.cpp')
-rw-r--r--lib/Rewrite/FrontendActions.cpp7
1 files changed, 0 insertions, 7 deletions
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 <unistd.h>
-#else
-#include <io.h>
-#endif
-
using namespace clang;
//===----------------------------------------------------------------------===//