]> granicus.if.org Git - graphviz/commitdiff
remove unneeded include (included by plugin/xlib device code)
authorellson <devnull@localhost>
Fri, 13 Oct 2006 14:37:57 +0000 (14:37 +0000)
committerellson <devnull@localhost>
Fri, 13 Oct 2006 14:37:57 +0000 (14:37 +0000)
plugin/pango/gvrender_pango.c

index c617fb2314d8fabf7683b009b33daf8ca69c0013..f89a229b63566502f4d23a2be95e9822ba863663 100644 (file)
@@ -88,17 +88,10 @@ static int dotted_len = ARRAY_SIZE(dotted);
 #include <cairo-svg.h>
 #endif
 
-/* FIXME - symbol "Cursor" conflicts with X */
-#undef CAIRO_HAS_QUARTZ_SURFACE
-
 #ifdef CAIRO_HAS_QUARTZ_SURFACE
 #include <cairo-quartz.h>
 #endif
 
-#ifdef CAIRO_HAS_XLIB_SURFACE
-#include <cairo-xlib.h>
-#endif
-
 #ifdef CAIRO_HAS_GLITZ
 #include <cairo-glitz.h>
 #endif