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.
#include <common/types.h>
#include <gvc/gvplugin.h>
-#include <gvc/gvplugin_quartz.h>
+#include "gvplugin_quartz.h"
#include <gvc/gvio.h>
extern gvplugin_installed_t gvrender_quartz_types;
#include <string.h>
#include <gvc/gvplugin_textlayout.h>
-#include <gvc/gvplugin_quartz.h>
+#include "gvplugin_quartz.h"
#if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 30200
#include <CoreText/CoreText.h>