projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe8b9b
)
I give up. Plugins need access to graph types. Just don't pull in any
author
ellson
<devnull@localhost>
Sun, 11 Jun 2006 19:59:03 +0000
(19:59 +0000)
committer
ellson
<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
patch
|
blob
|
history
diff --git
a/plugin/dot_layout/gvlayout_dot_layout.c
b/plugin/dot_layout/gvlayout_dot_layout.c
index ede7b1b9b72e51f24291e7ece80f41960f8dcc5d..f0779fc4310542ce226791a56f4ed7431e8a7dae 100644
(file)
--- 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 <stdio.h>
-
-#include "types.h"
-
#include "gvplugin_layout.h"
typedef enum { LAYOUT_DOT, } layout_type;