From: Matthew Fernandez Date: Sat, 29 Aug 2020 21:44:59 +0000 (-0700) Subject: disambiguate plugin/rsvg #includes X-Git-Tag: 2.46.0~20^2^2~69^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e2aa70c4058c57d89f641682ae58b0b03f1902a;p=graphviz disambiguate plugin/rsvg #includes Related to #1785. --- diff --git a/plugin/rsvg/Makefile.am b/plugin/rsvg/Makefile.am index 99619b022..d2da85b99 100644 --- a/plugin/rsvg/Makefile.am +++ b/plugin/rsvg/Makefile.am @@ -2,6 +2,7 @@ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = \ + -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/common \ -I$(top_srcdir)/lib/pathplan \ -I$(top_srcdir)/lib/gvc \ diff --git a/plugin/rsvg/gvloadimage_rsvg.c b/plugin/rsvg/gvloadimage_rsvg.c index d5e39bba3..836f28735 100644 --- a/plugin/rsvg/gvloadimage_rsvg.c +++ b/plugin/rsvg/gvloadimage_rsvg.c @@ -16,7 +16,7 @@ #include #include -#include "gvplugin_loadimage.h" +#include #ifdef HAVE_PANGOCAIRO #ifdef HAVE_RSVG diff --git a/plugin/rsvg/gvplugin_rsvg.c b/plugin/rsvg/gvplugin_rsvg.c index 3b0f71389..c40361bd5 100644 --- a/plugin/rsvg/gvplugin_rsvg.c +++ b/plugin/rsvg/gvplugin_rsvg.c @@ -11,7 +11,7 @@ * Contributors: See CVS logs. Details at http://www.graphviz.org/ *************************************************************************/ -#include "gvplugin.h" +#include extern gvplugin_installed_t gvloadimage_rsvg_types[];