]> granicus.if.org Git - graphviz/commitdiff
textpara_t doesn't anything from geom.h - remove #include
authorellson <devnull@localhost>
Thu, 25 May 2006 13:10:26 +0000 (13:10 +0000)
committerellson <devnull@localhost>
Thu, 25 May 2006 13:10:26 +0000 (13:10 +0000)
lib/common/textpara.h

index af74abe2d6d259259b498f494a04ca100a238253..7873fdeaf3ef6b05949fe02da1b580024314ac80 100644 (file)
@@ -21,8 +21,6 @@
 extern "C" {
 #endif
 
-#include "geom.h"
-
     typedef struct textpara_t {
        char *str;      /* stored in utf-8 */
        char *xshow;