diff options
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/Makefile | 2 | ||||
-rw-r--r-- | lib/System/Unix/MappedFile.cpp | 1 | ||||
-rw-r--r-- | lib/System/Unix/MappedFile.inc | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile index e40fe4bca0..d0a7acff26 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -LIBRARYNAME = LLVMsystem +LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32 diff --git a/lib/System/Unix/MappedFile.cpp b/lib/System/Unix/MappedFile.cpp index fec2408c19..7e03cd15a8 100644 --- a/lib/System/Unix/MappedFile.cpp +++ b/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; diff --git a/lib/System/Unix/MappedFile.inc b/lib/System/Unix/MappedFile.inc index fec2408c19..7e03cd15a8 100644 --- a/lib/System/Unix/MappedFile.inc +++ b/lib/System/Unix/MappedFile.inc @@ -20,7 +20,6 @@ #include "Unix.h" #include <fcntl.h> #include <sys/mman.h> -#include <sys/stat.h> namespace llvm { using namespace sys; |