From b650e02702c35ce974efb09257617c616d8f45f8 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 16 Sep 1996 20:46:03 +0000 Subject: [PATCH] Don't include no-longer-existant gnustep/base/objc-malloc.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1771 72102866-910b-0410-8b05-ffd578937521 --- Source/o_vscanf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/o_vscanf.c b/Source/o_vscanf.c index f6232f42d..6a363791a 100644 --- a/Source/o_vscanf.c +++ b/Source/o_vscanf.c @@ -59,7 +59,6 @@ Cambridge, MA 02139, USA. */ #include #include #include -#include extern double strtod(const char *str, char **ptr); extern long strtol(const char *str, char** ptr, int base);