diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-29 23:08:11 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-29 23:08:11 +0000 |
commit | f01a3c5ee07be25ed1406ed3653d555f81c08f7c (patch) | |
tree | bad7259d2f1042abc4115db568500ac07e0cecac /gcc/ggc-page.c | |
parent | 8b832a9ad04a0551cabaa48f0626c5da9aefb8e0 (diff) | |
download | gcc-f01a3c5ee07be25ed1406ed3653d555f81c08f7c.tar.gz |
* ggc-page.c: Don't include <unistd.h> etc taken care of
by "system.h". Include <sys/mman.h> afterward.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29713 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-page.c')
-rw-r--r-- | gcc/ggc-page.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 54528a5f3a0..226db4b7466 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -18,18 +18,15 @@ 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: |