I give up. Plugins need access to graph types. Just don't pull in any
authorellson <devnull@localhost>
Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)
committerellson <devnull@localhost>
Sun, 11 Jun 2006 19:59:03 +0000 (19:59 +0000)
graph functions so that plugins have dependencies on graph libraries.

Clean up header inclusions.

plugin/dot_layout/gvlayout_dot_layout.c

index ede7b1b9b72e51f24291e7ece80f41960f8dcc5d..f0779fc4310542ce226791a56f4ed7431e8a7dae 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdio.h>
-
-#include "types.h"
-
 #include "gvplugin_layout.h"
 
 typedef enum { LAYOUT_DOT, } layout_type;