From: ellson Date: Fri, 13 Oct 2006 14:37:57 +0000 (+0000) Subject: remove unneeded include (included by plugin/xlib device code) X-Git-Tag: LAST_LIBGRAPH~32^2~5829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea46c5111abb9e36ab42f4d04af11abaf8b81573;p=graphviz remove unneeded include (included by plugin/xlib device code) --- diff --git a/plugin/pango/gvrender_pango.c b/plugin/pango/gvrender_pango.c index c617fb231..f89a229b6 100644 --- a/plugin/pango/gvrender_pango.c +++ b/plugin/pango/gvrender_pango.c @@ -88,17 +88,10 @@ static int dotted_len = ARRAY_SIZE(dotted); #include #endif -/* FIXME - symbol "Cursor" conflicts with X */ -#undef CAIRO_HAS_QUARTZ_SURFACE - #ifdef CAIRO_HAS_QUARTZ_SURFACE #include #endif -#ifdef CAIRO_HAS_XLIB_SURFACE -#include -#endif - #ifdef CAIRO_HAS_GLITZ #include #endif