diff options
Diffstat (limited to 'llvm/lib/System/Unix/MappedFile.cpp')
-rw-r--r-- | llvm/lib/System/Unix/MappedFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/MappedFile.cpp b/llvm/lib/System/Unix/MappedFile.cpp index fec2408c195..7e03cd15a81 100644 --- a/llvm/lib/System/Unix/MappedFile.cpp +++ b/llvm/lib/System/Unix/MappedFile.cpp @@ -20,7 +20,6 @@ #include "Unix.h" #include <fcntl.h> #include <sys/mman.h> -#include <sys/stat.h> namespace llvm { using namespace sys; |