From: ellson Date: Tue, 18 Oct 2005 18:49:22 +0000 (+0000) Subject: tkgen.c is a codegen - just needs render.h X-Git-Tag: LAST_LIBGRAPH~32^2~7255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b70436a3244e7f95f2c9400592153e2af984c803;p=graphviz tkgen.c is a codegen - just needs render.h --- diff --git a/tclpkg/tcldot/tkgen.c b/tclpkg/tcldot/tkgen.c index dcdba9a45..106d971be 100644 --- a/tclpkg/tcldot/tkgen.c +++ b/tclpkg/tcldot/tkgen.c @@ -19,11 +19,7 @@ * tkgen.c generate canvas commands to display a graph */ -/* builtins are defined in tcldot.c - prevent duplicate */ -#define BUILTINS #include "render.h" -#include "gvc.h" - #include "tcl.h" #include "tclhandle.h" #include "tcldot.h"