From ec45746fbcef17cd4fd54ea666cb24330ee52dff Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Sat, 8 Oct 2022 10:59:00 +1100 Subject: [PATCH] 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 --- plugin/rsvg/gvloadimage_rsvg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0