summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Rewrite/FrontendActions.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/Rewrite/FrontendActions.cpp b/clang/lib/Rewrite/FrontendActions.cpp
index 001a043d803..a35861df830 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 <unistd.h>
-#else
-#include <io.h>
-#endif
-
using namespace clang;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud