diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-07 13:03:59 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-07 13:03:59 +0000 |
commit | 2931b6d47fda346b7c31471a172e62c7727965a4 (patch) | |
tree | 5ea5e2388eb3c5d802fe889d992910949eb74949 /libiberty/mkstemp.c | |
parent | 8c5f7dc58a33a908dc3e25fdf9992260bc3f1262 (diff) | |
download | gcc-2931b6d47fda346b7c31471a172e62c7727965a4.tar.gz |
choose-temp.c: Don't include gansidecl.h.
* choose-temp.c: Don't include gansidecl.h.
* mkstemp.c: Likewise.
* pexecute.c: Likewise.
From-SVN: r23560
Diffstat (limited to 'libiberty/mkstemp.c')
-rw-r--r-- | libiberty/mkstemp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. */ |