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 \
#endif
#include <errno.h>
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_device.h>
#include <cairo.h>
#ifdef CAIRO_HAS_GLITZ_SURFACE
* Contributors: See CVS logs. Details at http://www.graphviz.org/
*************************************************************************/
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
extern gvplugin_installed_t gvdevice_types_glitz[];