From: ellson Date: Thu, 25 May 2006 13:10:26 +0000 (+0000) Subject: textpara_t doesn't anything from geom.h - remove #include X-Git-Tag: LAST_LIBGRAPH~32^2~6548 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f466544ad7dda9a362f2c0bfb895f93074437c5;p=graphviz textpara_t doesn't anything from geom.h - remove #include --- diff --git a/lib/common/textpara.h b/lib/common/textpara.h index af74abe2d..7873fdeaf 100644 --- a/lib/common/textpara.h +++ b/lib/common/textpara.h @@ -21,8 +21,6 @@ extern "C" { #endif -#include "geom.h" - typedef struct textpara_t { char *str; /* stored in utf-8 */ char *xshow;