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/pexecute.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/pexecute.c')
-rw-r--r-- | libiberty/pexecute.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |