From: Mark Hansen Date: Fri, 7 Oct 2022 23:59:00 +0000 (+1100) Subject: Draft: import cairo-svg without cairo/ prefix X-Git-Tag: 6.0.2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec45746fbcef17cd4fd54ea666cb24330ee52dff;p=graphviz Draft: import cairo-svg without cairo/ prefix Some places in our codebase we load `cairo.h` directly. I'm wondering whether this will pass CI Towards #2227 --- diff --git a/plugin/rsvg/gvloadimage_rsvg.c b/plugin/rsvg/gvloadimage_rsvg.c index faa5108ac..87e173412 100644 --- a/plugin/rsvg/gvloadimage_rsvg.c +++ b/plugin/rsvg/gvloadimage_rsvg.c @@ -22,7 +22,7 @@ #ifndef RSVG_CAIRO_H #include #endif -#include +#include typedef enum { FORMAT_SVG_CAIRO,