diff options
author | Robert Lipe <robertlipe@usa.net> | 1999-05-28 21:43:32 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 1999-05-28 21:43:32 +0000 |
commit | 2583397b5a10d1835816effde169ba4c4184a96f (patch) | |
tree | 3db0ef2901d7367cec6fb1b328e86c184138df82 /gcc/fixinc/procopen.c | |
parent | 1392020eb08e45372edd734a4f7f3675cd33e1b4 (diff) | |
download | gcc-2583397b5a10d1835816effde169ba4c4184a96f.zip gcc-2583397b5a10d1835816effde169ba4c4184a96f.tar.gz gcc-2583397b5a10d1835816effde169ba4c4184a96f.tar.bz2 |
Replace local include scheme with #include of system.h
From-SVN: r27232
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 00f13b7..086a21e 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" |