]> granicus.if.org Git - graphviz/commitdiff
fix include ordering
authorellson <devnull@localhost>
Wed, 30 Jul 2008 20:56:48 +0000 (20:56 +0000)
committerellson <devnull@localhost>
Wed, 30 Jul 2008 20:56:48 +0000 (20:56 +0000)
cmd/tools/.cvsignore
cmd/tools/mm2gv.c

index eac8757d4af047ff48fe023e275a90b5dab6f73f..64e53e678fad4ea830ad2d8424a33e3d95e1c5b8 100644 (file)
@@ -14,6 +14,7 @@ dot2gxl.1
 gc
 gvpack
 gxl2dot
+mm2gv
 nop
 sccmap
 tred
index 9393d775aabccf0fe401d26afac8c915230567c8..eeb7c90d45548d48ee1e56eace143ff7f1886cbe 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdlib.h>
 #include <math.h>
 #include <assert.h>
-#include "mmio.h"
 #include "SparseMatrix.h"
+#include "mmio.h"
 #include "matrix_market.h"
 #define MALLOC malloc
 #define FREE free