From 730ef3578f5ee4acee78ad32b67c0dd4e963d911 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 25 Feb 2002 14:26:12 +0000 Subject: simplified the #include lines --- compat/strtod.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/compat/strtod.c b/compat/strtod.c index a5f350f..063e175 100644 --- a/compat/strtod.c +++ b/compat/strtod.c @@ -9,18 +9,12 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: strtod.c,v 1.5 2002/02/25 10:36:32 dkf Exp $ + * RCS: @(#) $Id: strtod.c,v 1.6 2002/02/25 14:26:12 dgp Exp $ */ -#include "tcl.h" +#include "tclInt.h" #include "tclPort.h" -#ifdef NO_STDLIB_H -# include "../compat/stdlib.h" -#else -# include -#endif #include -#include "tclPort.h" #ifndef TRUE #define TRUE 1 -- cgit v0.12