From: erg Date: Thu, 14 Jul 2005 22:12:57 +0000 (+0000) Subject: Change utils.h to render.h, because utils.h now has things like size_t, etc. X-Git-Tag: LAST_LIBGRAPH~32^2~7443 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1621aaa32f83bae0ec38c8362440e84ac4b3763a;p=graphviz Change utils.h to render.h, because utils.h now has things like size_t, etc. which need additional include files. Move include of render.h inside HAVE_... so the usual empty case is really empty. --- diff --git a/lib/common/strcasecmp.c b/lib/common/strcasecmp.c index cbcd06f4e..699e12fc8 100644 --- a/lib/common/strcasecmp.c +++ b/lib/common/strcasecmp.c @@ -14,10 +14,10 @@ * AT&T Research, Florham Park NJ * **********************************************************/ -#include #ifndef HAVE_STRCASECMP +#include #include #include diff --git a/lib/common/strncasecmp.c b/lib/common/strncasecmp.c index 3c3bcb74e..37cea894d 100644 --- a/lib/common/strncasecmp.c +++ b/lib/common/strncasecmp.c @@ -14,10 +14,10 @@ * AT&T Research, Florham Park NJ * **********************************************************/ -#include #ifndef HAVE_STRNCASECMP +#include #include #include