]> granicus.if.org Git - graphviz/commitdiff
remove redundant #includes
authorellson <devnull@localhost>
Thu, 23 Oct 2008 01:09:48 +0000 (01:09 +0000)
committerellson <devnull@localhost>
Thu, 23 Oct 2008 01:09:48 +0000 (01:09 +0000)
plugin/core/gvrender_core_dot.c
plugin/core/gvrender_core_fig.c
plugin/core/gvrender_core_hpgl.c
plugin/core/gvrender_core_map.c
plugin/core/gvrender_core_mif.c
plugin/core/gvrender_core_mp.c
plugin/core/gvrender_core_pic.c
plugin/core/gvrender_core_svg.c
plugin/core/gvrender_core_tk.c
plugin/core/gvrender_core_vtx.c

index 44756a85df4f018a022157b33973533c8cd04f1d..c4303976c42f53540baedf2fb4b1fc20e0e9cee9 100644 (file)
 
 #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"
 
index 140d1a84ce7d009b0a22ab2f86d0ea700256bf61..4fc33198fba4802872d90e2ebd948cb2273681c7 100644 (file)
 #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"
index 6dc0ad1d23c2c15bfa6481878031812f2a81aac1..fe652613ec3221f31326b2f2d5aecc5447a34046 100644 (file)
@@ -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"
index 0fdb2a39608816aba9e44a9b09b2e074b9684850..be5eeaabd9b7347b85f2e6f27f7ec55d5722a23d 100644 (file)
 #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);
 
index da25985be3f1eadbc7bda7f934e6a1cfca1519b5..4c87fda908c566cafa456f574f121a754f5856ea 100644 (file)
@@ -32,7 +32,6 @@
 #include "gvplugin_render.h"
 #include "gvplugin_device.h"
 #include "gvcint.h"
-#include "graph.h"
 
 typedef enum { FORMAT_MIF, } format_type;
 
index f86b53e910048fed5ba5d2c3fead88dfa5a1618c..004efb1bf12777b4e163db9dc11245b2f3be0838 100644 (file)
@@ -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"
index 6bd92400d1f40ceb19f25ce62d4834dda719de49..fae043b8f89d25d2a39eb8d5dc4aa5cf8e99cf53 100644 (file)
@@ -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"
index c6e18491b266dc54f55a908cd57084deb1134065..03701199bc2bf3966df4799cd6b48e18d6bc0fee 100644 (file)
@@ -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);
 
index 48497baaa77539da70e82e303e8a44b84812c584..00e0916991618192f415cad26ae50d100dd85205 100644 (file)
@@ -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;
 
index fff3c4fe9723b41fa18c2380a23aa6a139b6fa1b..b9c1d9e302bb10695c35bc27e47a58f0d8c75a56 100644 (file)
@@ -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"