From: Matthew Fernandez Date: Sun, 25 Oct 2020 20:50:46 +0000 (-0700) Subject: fix some #includes in the Quartz plugin X-Git-Tag: 2.46.0~20^2^2~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43714936b2740f897751d24d5bce339cc8e5cd0b;p=graphviz fix some #includes in the Quartz plugin This reverts part of d80f685dbacc2cfa3e496415739b4d6cfad32233 that incorrectly updated paths to the header gvplugin_quartz.h. This mistake was not detected at the time as we did not have macOS CI. Thanks to Stephen for picking this up. Related to #1785. --- diff --git a/plugin/quartz/gvplugin_quartz.c b/plugin/quartz/gvplugin_quartz.c index 24977b916..55e2a3305 100644 --- a/plugin/quartz/gvplugin_quartz.c +++ b/plugin/quartz/gvplugin_quartz.c @@ -15,7 +15,7 @@ #include #include -#include +#include "gvplugin_quartz.h" #include extern gvplugin_installed_t gvrender_quartz_types; diff --git a/plugin/quartz/gvtextlayout_quartz.c b/plugin/quartz/gvtextlayout_quartz.c index 2d9e17d24..21370f809 100644 --- a/plugin/quartz/gvtextlayout_quartz.c +++ b/plugin/quartz/gvtextlayout_quartz.c @@ -17,7 +17,7 @@ #include #include -#include +#include "gvplugin_quartz.h" #if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 30200 #include