summaryrefslogtreecommitdiff
path: root/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-07-07 08:37:15 +0000
committerAlp Toker <alp@nuanti.com>2014-07-07 08:37:15 +0000
commit5676ff327f61b60124e5616054c2cf245ff2adb5 (patch)
tree0f75726db3b4706a2ab53f24bec4297cb73d2406 /lib/Basic/SourceManager.cpp
parent926f58b96ef5cea00290671da575b7d2273c2c5f (diff)
downloadclang-5676ff327f61b60124e5616054c2cf245ff2adb5.tar.gz
Remove unused sys/stat.h includes
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
Diffstat (limited to 'lib/Basic/SourceManager.cpp')
-rw-r--r--lib/Basic/SourceManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/SourceManager.cpp b/lib/Basic/SourceManager.cpp
index 5d36f6c8a0..61dfe35e22 100644
--- a/lib/Basic/SourceManager.cpp
+++ b/lib/Basic/SourceManager.cpp
@@ -26,7 +26,6 @@
#include <algorithm>
#include <cstring>
#include <string>
-#include <sys/stat.h>
using namespace clang;
using namespace SrcMgr;