Remove the headers now that ::close() is not used.

llvm-svn: 149044
This commit is contained in:
Argyrios Kyrtzidis 2012-01-26 04:42:21 +00:00
parent 623e8778c1
commit 789f373f34
1 changed files with 0 additions and 7 deletions

View File

@ -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;
//===----------------------------------------------------------------------===//