diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-28 21:43:32 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-28 21:43:32 +0000 |
commit | 15b7ecb3024229012616110a31c16155953645c1 (patch) | |
tree | 3db0ef2901d7367cec6fb1b328e86c184138df82 /gcc/fixinc/fixincl.c | |
parent | 5c4064d38053e5536c6eaf74322417d98b839293 (diff) | |
download | gcc-15b7ecb3024229012616110a31c16155953645c1.tar.gz |
Replace local include scheme with #include of system.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc/fixincl.c')
-rw-r--r-- | gcc/fixinc/fixincl.c | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/gcc/fixinc/fixincl.c b/gcc/fixinc/fixincl.c index bce5ba8bce8..69533a84df0 100644 --- a/gcc/fixinc/fixincl.c +++ b/gcc/fixinc/fixincl.c @@ -24,24 +24,9 @@ Boston, MA 02111-1307, USA. */ #include "auto-host.h" -#include <sys/types.h> -#include <sys/param.h> -#include <sys/stat.h> -#ifdef HAVE_SYS_WAIT_H -#include <sys/wait.h> -#endif +#include "gansidecl.h" +#include "system.h" #include <signal.h> -#include <stdio.h> -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif -#include <stdlib.h> -#include <errno.h> -#include <string.h> -#ifdef HAVE_FCNTL_H -#include <fcntl.h> -#endif -#include <ctype.h> #include "gnu-regex.h" #include "server.h" |