forked from OSchip/llvm-project
Remove unused sys/stat.h includes
The facility was abstracted to LLVM in r187364. llvm-svn: 212441
This commit is contained in:
parent
037f77092e
commit
221285bde7
|
@ -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 <memory>
|
||||
#include <string>
|
||||
#include <sys/stat.h>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -32,9 +32,6 @@
|
|||
|
||||
using namespace clang;
|
||||
|
||||
// FIXME: Enhance libsystem to support inode and other fields.
|
||||
#include <sys/stat.h>
|
||||
|
||||
/// 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>
|
||||
#include <string>
|
||||
#include <sys/stat.h>
|
||||
|
||||
using namespace clang;
|
||||
using namespace SrcMgr;
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
#include "llvm/Option/ArgList.h"
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
using namespace clang::driver;
|
||||
using namespace clang;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "llvm/Support/Process.h"
|
||||
#include "llvm/Support/Program.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
using namespace clang::driver;
|
||||
using namespace clang::driver::tools;
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
#include <atomic>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <sys/stat.h>
|
||||
using namespace clang;
|
||||
|
||||
using llvm::TimeRecord;
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "clang/Serialization/ASTBitCodes.h"
|
||||
#include "llvm/Support/Endian.h"
|
||||
#include "llvm/Support/OnDiskHashTable.h"
|
||||
#include <sys/stat.h>
|
||||
#include <utility>
|
||||
|
||||
namespace clang {
|
||||
|
|
Loading…
Reference in New Issue