From ea46c5111abb9e36ab42f4d04af11abaf8b81573 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 13 Oct 2006 14:37:57 +0000 Subject: [PATCH] remove unneeded include (included by plugin/xlib device code) --- plugin/pango/gvrender_pango.c | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.50.1