]> granicus.if.org Git - graphviz/commitdiff
redundant #include
authorellson <devnull@localhost>
Mon, 26 Jun 2006 20:39:06 +0000 (20:39 +0000)
committerellson <devnull@localhost>
Mon, 26 Jun 2006 20:39:06 +0000 (20:39 +0000)
plugin/neato_layout/gvlayout_neato_layout.c

index 79d68d74f0800686bb10634c1331bc65fe76dd3f..c85bc1b4aab2468a9aedf45747da0ed128c3a1ce 100644 (file)
 
 #include <stdio.h>
 
-#include "types.h"
+#include "gvplugin_layout.h"
+
 /* FIXME - globals.h is needed for Nop */
 #include "globals.h"
 
-#include "gvplugin_layout.h"
-
 typedef enum { LAYOUT_NEATO,
                LAYOUT_FDP,
                LAYOUT_TWOPI,