]> granicus.if.org Git - graphviz/commitdiff
disambiguate plugin/devil #includes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 26 Aug 2020 01:36:25 +0000 (18:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Sep 2020 14:55:27 +0000 (07:55 -0700)
Related to #1785.

plugin/devil/Makefile.am
plugin/devil/gvdevice_devil.c
plugin/devil/gvplugin_devil.c

index aa8a48ab21c24572c34329916bea1ec7c6fd716a..fe960d30743ffa4636f5fb07e1ce7539a4d55d51 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 26b287cdaac54cc1f4b1725380176a2fb955d64b..bd6de17f0ddd7287ddc7a0b8d440e98f181009ef 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "config.h"
 
-#include "gvplugin_device.h"
+#include <gvc/gvplugin_device.h>
 #include <IL/il.h>
 #include <IL/ilu.h>
 
index b585c2f9f11daa7e540a5fee29b5c289d7451cd2..9a18f638ec8cb8bda7f003e07592f83a143fc3d6 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_devil_types[];