aboutsummaryrefslogtreecommitdiff
path: root/libiberty/choose-temp.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-11-27 10:28:57 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-11-27 10:28:57 +0000
commit9b1a92d8823b265f364f210342bd9b6071a96cbc (patch)
tree65a8fbad59efa861cb79e0c94bd9f5b105f2e7a0 /libiberty/choose-temp.c
parent45254bf682de019d925d012b5397d2192c27d312 (diff)
choose-temp.c: Always include libiberty.h.
* choose-temp.c: Always include libiberty.h. Avoid redundancies. * cplus-dem.c: Likewise. Conform to libiberty.h. * pexecute.c: Likewise. * splay-tree.c: Likewise. From-SVN: r23935
Diffstat (limited to 'libiberty/choose-temp.c')
-rw-r--r--libiberty/choose-temp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c
index c65661424d8..089bd10208d 100644
--- a/libiberty/choose-temp.c
+++ b/libiberty/choose-temp.c
@@ -50,12 +50,10 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h> /* May get P_tmpdir. */
#endif /* IN_GCC */
+#include "libiberty.h"
#ifdef IN_GCC
-extern char *xmalloc ();
extern int mkstemps ();
#else
-#include "ansidecl.h"
-#include "libiberty.h"
#if defined (__MSDOS__) || defined (_WIN32)
#define DIR_SEPARATOR '\\'
#endif