From: ellson Date: Sun, 11 Jun 2006 19:59:03 +0000 (+0000) Subject: I give up. Plugins need access to graph types. Just don't pull in any X-Git-Tag: LAST_LIBGRAPH~32^2~6449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba4310eae9d7efe8d4ca7a72d82de79cad3a765f;p=graphviz I give up. Plugins need access to graph types. Just don't pull in any graph functions so that plugins have dependencies on graph libraries. Clean up header inclusions. --- diff --git a/plugin/dot_layout/gvlayout_dot_layout.c b/plugin/dot_layout/gvlayout_dot_layout.c index ede7b1b9b..f0779fc43 100644 --- a/plugin/dot_layout/gvlayout_dot_layout.c +++ b/plugin/dot_layout/gvlayout_dot_layout.c @@ -19,10 +19,6 @@ #include "config.h" #endif -#include - -#include "types.h" - #include "gvplugin_layout.h" typedef enum { LAYOUT_DOT, } layout_type;