ggc-page.c: Don't include <unistd.h> etc taken care of by "system.h".
authorRichard Henderson <rth@cygnus.com>
Wed, 29 Sep 1999 23:08:11 +0000 (16:08 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 29 Sep 1999 23:08:11 +0000 (16:08 -0700)
        * ggc-page.c: Don't include <unistd.h> etc taken care of
        by "system.h".  Include <sys/mman.h> afterward.

From-SVN: r29713

gcc/ChangeLog
gcc/ggc-page.c

index 3edb5af8943387bb4ccb4c718bbdfbbc04cf4ef9..99a01049e200f27db2f6583465eb194c98c9cce5 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
+
+       * ggc-page.c: Don't include <unistd.h> etc taken care of
+       by "system.h".  Include <sys/mman.h> afterward.
+
 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
 
        * rs6000.c (rs6000_encode_section_info): If ggc_p, use
index 54528a5f3a039bec22cf506060e44501459e85ef..226db4b7466d1eb47f7dfd8c8377c49b4844117c 100644 (file)
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <unistd.h>
-#include <stdio.h>
-#include <sys/mman.h>
-#include <fcntl.h>
-
 #include "config.h"
-#include "ggc.h"
-#include "rtl.h"
 #include "system.h"
 #include "tree.h"
+#include "rtl.h"
 #include "varray.h"
 #include "flags.h"
+#include "ggc.h"
+
+#include <sys/mman.h>
 
 
 /* Stategy: