]> granicus.if.org Git - graphviz/commitdiff
disambiguate plugin/glitz #includes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 Aug 2020 02:51:10 +0000 (19:51 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Sep 2020 14:55:27 +0000 (07:55 -0700)
Related to #1785.

plugin/glitz/Makefile.am
plugin/glitz/gvdevice_glitz.c
plugin/glitz/gvplugin_glitz.c

index f4068e70a397e8503dbe5d0caed2cb47d5b10fae..df5fb8ed544885ee272dfe6f5f78947683123d85 100644 (file)
@@ -2,6 +2,7 @@
 ## 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 \
index 7013778904d37b59848027bea8364502016648e1..b69423bfffb5e2fc91757592220e39d4ef31c5c3 100644 (file)
@@ -35,7 +35,7 @@
 #endif
 #include <errno.h>
 
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_device.h>
 
 #include <cairo.h>
 #ifdef CAIRO_HAS_GLITZ_SURFACE
index e6b99370087bc0284640e88e67aa6819eefd9311..9b2271a5f5ae25ba2af8186ddb3abc5b0707c5fe 100644 (file)
@@ -11,7 +11,7 @@
  * Contributors: See CVS logs. Details at http://www.graphviz.org/
  *************************************************************************/
 
-#include "gvplugin.h"
+#include <gvc/gvplugin.h>
 
 extern gvplugin_installed_t gvdevice_types_glitz[];