The facility was abstracted to LLVM in r187364. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212441 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -19,8 +19,6 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/FileSystem.h"
#include <memory>
-#include <sys/stat.h>
-#include <sys/types.h>
namespace clang {
@@ -46,7 +46,6 @@
#include <map>
#include <string>
#include <utility>
#include <vector>
@@ -32,9 +32,6 @@
using namespace clang;
-// FIXME: Enhance libsystem to support inode and other fields.
-
/// NON_EXISTENT_DIR - A special value distinct from null that is used to
/// represent a dir name that doesn't exist on the disk.
#define NON_EXISTENT_DIR reinterpret_cast<DirectoryEntry*>((intptr_t)-1)
@@ -26,7 +26,6 @@
#include <algorithm>
#include <cstring>
using namespace SrcMgr;
@@ -17,8 +17,6 @@
#include "llvm/Option/ArgList.h"
#include "llvm/Support/raw_ostream.h"
-#include <errno.h>
using namespace clang::driver;
@@ -38,7 +38,6 @@
#include "llvm/Support/Process.h"
#include "llvm/Support/Program.h"
using namespace clang::driver::tools;
@@ -47,7 +47,6 @@
#include <atomic>
#include <cstdio>
#include <cstdlib>
using llvm::TimeRecord;
@@ -17,7 +17,6 @@
#include "clang/Serialization/ASTBitCodes.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/OnDiskHashTable.h"