From: ellson Date: Thu, 23 Oct 2008 01:09:48 +0000 (+0000) Subject: remove redundant #includes X-Git-Tag: LAST_LIBGRAPH~32^2~3018 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be1eea411fbcfbb3674a35aa7493cc9ea31c30fa;p=graphviz remove redundant #includes --- diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index 44756a85d..c4303976c 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -32,11 +32,6 @@ #include "gvplugin_render.h" #include "gvplugin_device.h" -#ifndef WITH_CGRAPH -#include "graph.h" -#else -#include "cgraph.h" -#endif #include "agxbuf.h" #include "utils.h" diff --git a/plugin/core/gvrender_core_fig.c b/plugin/core/gvrender_core_fig.c index 140d1a84c..4fc33198f 100644 --- a/plugin/core/gvrender_core_fig.c +++ b/plugin/core/gvrender_core_fig.c @@ -34,11 +34,6 @@ #include "gvplugin_render.h" #include "gvplugin_device.h" #include "gvio.h" -#ifndef WITH_CGRAPH -#include "graph.h" -#else -#include "cgraph.h" -#endif #include "agxbuf.h" #include "utils.h" #include "color.h" diff --git a/plugin/core/gvrender_core_hpgl.c b/plugin/core/gvrender_core_hpgl.c index 6dc0ad1d2..fe652613e 100644 --- a/plugin/core/gvrender_core_hpgl.c +++ b/plugin/core/gvrender_core_hpgl.c @@ -36,7 +36,6 @@ #include "gvdevice.h" #include "gvplugin_render.h" #include "gvplugin_device.h" -#include "graph.h" #include "agxbuf.h" #include "utils.h" #include "color.h" diff --git a/plugin/core/gvrender_core_map.c b/plugin/core/gvrender_core_map.c index 0fdb2a396..be5eeaabd 100644 --- a/plugin/core/gvrender_core_map.c +++ b/plugin/core/gvrender_core_map.c @@ -24,13 +24,6 @@ #include "gvplugin_device.h" #include "gvio.h" -/* for g->name */ -#ifndef WITH_CGRAPH -#include "graph.h" -#else -#include "cgraph.h" -#endif - extern char *xml_string(char *str); extern char *xml_url_string(char *str); diff --git a/plugin/core/gvrender_core_mif.c b/plugin/core/gvrender_core_mif.c index da25985be..4c87fda90 100644 --- a/plugin/core/gvrender_core_mif.c +++ b/plugin/core/gvrender_core_mif.c @@ -32,7 +32,6 @@ #include "gvplugin_render.h" #include "gvplugin_device.h" #include "gvcint.h" -#include "graph.h" typedef enum { FORMAT_MIF, } format_type; diff --git a/plugin/core/gvrender_core_mp.c b/plugin/core/gvrender_core_mp.c index f86b53e91..004efb1bf 100644 --- a/plugin/core/gvrender_core_mp.c +++ b/plugin/core/gvrender_core_mp.c @@ -36,7 +36,6 @@ #include "gvio.h" #include "gvplugin_render.h" #include "gvplugin_device.h" -#include "graph.h" #include "agxbuf.h" #include "utils.h" #include "color.h" diff --git a/plugin/core/gvrender_core_pic.c b/plugin/core/gvrender_core_pic.c index 6bd92400d..fae043b8f 100644 --- a/plugin/core/gvrender_core_pic.c +++ b/plugin/core/gvrender_core_pic.c @@ -29,7 +29,6 @@ #include "gvio.h" #include "gvplugin_render.h" #include "gvplugin_device.h" -#include "graph.h" #include "agxbuf.h" #include "utils.h" #include "color.h" diff --git a/plugin/core/gvrender_core_svg.c b/plugin/core/gvrender_core_svg.c index c6e18491b..03701199b 100644 --- a/plugin/core/gvrender_core_svg.c +++ b/plugin/core/gvrender_core_svg.c @@ -40,7 +40,6 @@ #include "gvplugin_device.h" #include "gvio.h" #include "gvcint.h" -#include "types.h" /* need the SVG font name schemes */ extern char *strdup_and_subst_obj(char *str, void *obj); diff --git a/plugin/core/gvrender_core_tk.c b/plugin/core/gvrender_core_tk.c index 48497baaa..00e091699 100644 --- a/plugin/core/gvrender_core_tk.c +++ b/plugin/core/gvrender_core_tk.c @@ -31,7 +31,6 @@ #include "gvplugin_device.h" #include "gvio.h" #include "gvcint.h" -#include "types.h" /* need the SVG font name schemes */ typedef enum { FORMAT_TK, } format_type; diff --git a/plugin/core/gvrender_core_vtx.c b/plugin/core/gvrender_core_vtx.c index fff3c4fe9..b9c1d9e30 100644 --- a/plugin/core/gvrender_core_vtx.c +++ b/plugin/core/gvrender_core_vtx.c @@ -36,7 +36,6 @@ #include "gvio.h" #include "gvplugin_render.h" #include "gvplugin_device.h" -#include "graph.h" #include "agxbuf.h" #include "utils.h" #include "color.h"