]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Replace local include scheme with #include of system.h
authorRobert Lipe <robertlipe@usa.net>
Fri, 28 May 1999 21:43:32 +0000 (21:43 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Fri, 28 May 1999 21:43:32 +0000 (21:43 +0000)
From-SVN: r27232

gcc/ChangeLog
gcc/fixinc/fixincl.c
gcc/fixinc/procopen.c
gcc/fixinc/server.c

index a3f885a496a16768d7f890cb555c340792ef7d0e..80b55d77a28317fcc185607a347d34b7be41799b 100644 (file)
@@ -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
index bce5ba8bce82bbb8346481d649c234ac8f0b38c4..69533a84df0b47166008dc7a16dd8af8449e2b5e 100644 (file)
@@ -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"
index 00f13b7ae9729615e8f609c54980d07205c22c8b..086a21e18e4a55ea751ee64454d5f5e854af6b11 100644 (file)
  * 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"
 
index 4af40e5eb961757bcb6f00d0409beb5b12e5cdb8..54a3e7846d86e64e9297c647aee8b5b2ba0395c5 100644 (file)
  */
 #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"