diff options
Diffstat (limited to 'llvm/lib/System/Unix')
-rw-r--r-- | llvm/lib/System/Unix/Unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index 37bc53c28a5..b9eff46c46f 100644 --- a/llvm/lib/System/Unix/Unix.h +++ b/llvm/lib/System/Unix/Unix.h @@ -23,7 +23,6 @@ #include <cstring> #include <cerrno> #include <sys/types.h> -#include <sys/stat.h> #include <sys/param.h> #include <assert.h> #include <string> |