From f348ccca8031dd5344da0a2d6c5e290a4809bc00 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 5 Oct 2004 00:56:46 +0000 Subject: [PATCH] Adjust sys/stat.h inclusion so its only for SunOS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16686 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/System/SunOS/MappedFile.cpp | 1 + lib/System/Unix/Unix.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/System/SunOS/MappedFile.cpp b/lib/System/SunOS/MappedFile.cpp index ebde62afc17..a90f7eacb8b 100644 --- a/lib/System/SunOS/MappedFile.cpp +++ b/lib/System/SunOS/MappedFile.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// // Include the generic unix implementation +#include #include "../Unix/MappedFile.cpp" // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab diff --git a/lib/System/Unix/Unix.h b/lib/System/Unix/Unix.h index 37bc53c28a5..b9eff46c46f 100644 --- a/lib/System/Unix/Unix.h +++ b/lib/System/Unix/Unix.h @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include