Related to #1785.
## 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 <stdint.h>
#include <sys/stat.h>
-#include "gvplugin_loadimage.h"
+#include <gvc/gvplugin_loadimage.h>
#ifdef HAVE_GS
#ifdef HAVE_PANGOCAIRO
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
extern gvplugin_installed_t gvloadimage_gs_types[];