Related to #1785.
#include <stdlib.h>
#include <string.h>
-#include "types.h"
-#include "gvcjob.h"
+#include <common/types.h>
+#include <gvc/gvcjob.h>
#include "gvplugin_quartz.h"
## 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 \
#include "config.h"
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_device.h>
#include "gvplugin_quartz.h"
#include <stddef.h>
#include <string.h>
-#include "gvplugin_loadimage.h"
+#include <gvc/gvplugin_loadimage.h>
#include "gvplugin_quartz.h"
#include "config.h"
-#include "types.h"
-#include "gvplugin.h"
-#include "gvplugin_quartz.h"
-#include "gvio.h"
+#include <common/types.h>
+#include <gvc/gvplugin.h>
+#include <gvc/gvplugin_quartz.h>
+#include <gvc/gvio.h>
extern gvplugin_installed_t gvrender_quartz_types;
extern gvplugin_installed_t gvtextlayout_quartz_types;
#include <ImageIO/ImageIO.h>
#endif
-#include "gvplugin_device.h"
-#include "gvplugin_render.h"
-#include "cgraph.h"
+#include <gvc/gvplugin_device.h>
+#include <gvc/gvplugin_render.h>
+#include <cgraph/cgraph.h>
#include "gvplugin_quartz.h"
#include <stdlib.h>
#include <string.h>
-#include "gvplugin_textlayout.h"
-#include "gvplugin_quartz.h"
+#include <gvc/gvplugin_textlayout.h>
+#include <gvc/gvplugin_quartz.h>
#if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ >= 30200
#include <CoreText/CoreText.h>