From: Michael Orlitzky Date: Tue, 8 Aug 2023 00:13:43 +0000 (-0400) Subject: io-svg.c: use new gdk_pixbuf_get_from_surface.h; drop gdk/gdk.h X-Git-Tag: 0.0.1~8 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=0392d045b1b4b774467237a229e7585f7ae7451c;p=libsvgtiny-pixbuf.git io-svg.c: use new gdk_pixbuf_get_from_surface.h; drop gdk/gdk.h --- diff --git a/io-svg.c b/io-svg.c index a588dcc..95a0812 100644 --- a/io-svg.c +++ b/io-svg.c @@ -1,13 +1,15 @@ #include /* memcpy, memset */ #include -#include #include /* includes glib.h */ #include #include #include #include +/* This "header" includes extra code that we've copy/pasted from GDK */ +#include "gdk_pixbuf_get_from_surface.h" + /* * The width and height of the viewport that we'll render the SVG * into. The final "picture" may not actually be this size; based on