diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f2b5105788d..5bf23463ada 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 7 16:02:10 1998 Kaveh R. Ghazi + + * choose-temp.c: Don't include gansidecl.h. + * mkstemp.c: Likewise. + * pexecute.c: Likewise. + Mon Nov 2 10:22:01 1998 Kaveh R. Ghazi * pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index 6f62f8efe83..c65661424d8 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ #endif /* IN_GCC */ #ifdef IN_GCC -#include "gansidecl.h" extern char *xmalloc (); extern int mkstemps (); #else diff --git a/libiberty/mkstemp.c b/libiberty/mkstemp.c index 6d1b40ecf82..91cc3ebce66 100644 --- a/libiberty/mkstemp.c +++ b/libiberty/mkstemp.c @@ -39,7 +39,6 @@ #include "ansidecl.h" #else #include "system.h" -#include "gansidecl.h" #endif /* We need to provide a type for gcc_uint64_t. */ diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index b82f987f2e7..eb1a57daa57 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA. */ #endif /* VMS */ #ifdef IN_GCC -#include "gansidecl.h" /* ??? Need to find a suitable header file. */ #define PEXECUTE_FIRST 1 #define PEXECUTE_LAST 2