]> granicus.if.org Git - graphviz/commitdiff
a bit more header cleaning
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:53:23 +0000 (18:53 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:53:23 +0000 (18:53 +0000)
cmd/dot/dot.c
lib/gvc/gvc.h

index a594713c4b6ead9389161e4c0cd7b95657f9fe8c..7238055cd48b8d23b5752d508442262cbfa05985 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "gvc.h"
+#include "globals.h"
 
 #include <time.h>
 #ifdef HAVE_UNISTD_H
index ad789f42d8360cf5ffc55b3b43dc09b860791100..a14244b1cf9077acd68938ebd0fdfcdd847d75c5 100644 (file)
@@ -22,9 +22,7 @@
 #endif
 
 #include "types.h"
-#include "globals.h"
 #include "graph.h"
-#include "gvcext.h"
 
 #ifdef __cplusplus
 extern "C" {