]> granicus.if.org Git - graphviz/commitdiff
Draft: import cairo-svg without cairo/ prefix cairo-svg
authorMark Hansen <markhansen@google.com>
Fri, 7 Oct 2022 23:59:00 +0000 (10:59 +1100)
committerMark Hansen <markhansen@google.com>
Tue, 11 Oct 2022 09:00:50 +0000 (20:00 +1100)
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

index faa5108ace15446c8826f42b68b362637ef66290..87e173412b9f0eaf6c6fb6fd7e7f54c6d364c8b9 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef RSVG_CAIRO_H
 #include <librsvg/rsvg-cairo.h>
 #endif
-#include <cairo/cairo-svg.h>
+#include <cairo-svg.h>
 
 typedef enum {
     FORMAT_SVG_CAIRO,