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/procopen.c | |
parent | 5c4064d38053e5536c6eaf74322417d98b839293 (diff) | |
download | ppe42-gcc-15b7ecb3024229012616110a31c16155953645c1.tar.gz ppe42-gcc-15b7ecb3024229012616110a31c16155953645c1.zip |
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/procopen.c')
-rw-r--r-- | gcc/fixinc/procopen.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gcc/fixinc/procopen.c b/gcc/fixinc/procopen.c index 00f13b7ae97..086a21e18e4 100644 --- a/gcc/fixinc/procopen.c +++ b/gcc/fixinc/procopen.c @@ -46,17 +46,8 @@ * If you do not wish that, delete this exception notice. */ #include "auto-host.h" - -#include <sys/types.h> -#ifdef HAVE_FCNTL_H -#include <fcntl.h> -#endif -#include <errno.h> -#include <signal.h> -#include <stdlib.h> -#include <string.h> -#include <ctype.h> -#include <sys/param.h> +#include "gansidecl.h" +#include "system.h" #include "server.h" |