]> granicus.if.org Git - graphviz/commitdiff
Change utils.h to render.h, because utils.h now has things like size_t, etc.
authorerg <devnull@localhost>
Thu, 14 Jul 2005 22:12:57 +0000 (22:12 +0000)
committererg <devnull@localhost>
Thu, 14 Jul 2005 22:12:57 +0000 (22:12 +0000)
which need additional include files.
Move include of render.h inside HAVE_... so the usual empty case is really
empty.

lib/common/strcasecmp.c
lib/common/strncasecmp.c

index cbcd06f4e527dd5ac1e02eedcbcb15b2d93fa017..699e12fc848cf96d96ed97fdf30467ffae886e85 100644 (file)
 *              AT&T Research, Florham Park NJ             *
 **********************************************************/
 
-#include <utils.h>
 
 #ifndef HAVE_STRCASECMP
 
+#include <render.h>
 #include <string.h>
 #include <ctype.h>
 
index 3c3bcb74e2d85f7b81a85751d50b24f490e4f746..37cea894df6380c1245255cf1ca85470ab330083 100644 (file)
 *              AT&T Research, Florham Park NJ             *
 **********************************************************/
 
-#include <utils.h>
 
 #ifndef HAVE_STRNCASECMP
 
+#include <render.h>
 #include <string.h>
 #include <ctype.h>