forked from OSchip/llvm-project
Remove the headers now that ::close() is not used.
llvm-svn: 149044
This commit is contained in:
parent
623e8778c1
commit
789f373f34
|
@ -24,13 +24,6 @@
|
||||||
#include "llvm/Support/Path.h"
|
#include "llvm/Support/Path.h"
|
||||||
#include "llvm/Support/FileSystem.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;
|
using namespace clang;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue