aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Lipe <robertlipe@usa.net>1999-05-28 21:43:32 +0000
committerBruce Korb <korbb@gcc.gnu.org>1999-05-28 21:43:32 +0000
commit2583397b5a10d1835816effde169ba4c4184a96f (patch)
tree3db0ef2901d7367cec6fb1b328e86c184138df82 /gcc
parent1392020eb08e45372edd734a4f7f3675cd33e1b4 (diff)
downloadgcc-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')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/fixinc/fixincl.c19
-rw-r--r--gcc/fixinc/procopen.c13
-rw-r--r--gcc/fixinc/server.c11
4 files changed, 13 insertions, 37 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a3f885a..80b55d7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
+
+ * fixincl.c: Replace local include scheme with #includes of
+ gansidecl.h and system.h.
+ * procopen.c: Likewise.
+ * server.c: Likewise.
+
Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
* i386/t-dgux (EXTRA_PARTS): Add crti.o
diff --git a/gcc/fixinc/fixincl.c b/gcc/fixinc/fixincl.c
index bce5ba8..69533a8 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"
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"
diff --git a/gcc/fixinc/server.c b/gcc/fixinc/server.c
index 4af40e5..54a3e78 100644
--- a/gcc/fixinc/server.c
+++ b/gcc/fixinc/server.c
@@ -47,16 +47,9 @@
*/
#include "auto-host.h"
-#include <sys/types.h>
-#ifdef HAVE_FCNTL_H
-#include <fcntl.h>
-#endif
-#include <errno.h>
+#include "gansidecl.h"
+#include "system.h"
#include <signal.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <sys/param.h>
#include "server.h"