]> granicus.if.org Git - graphviz/commitdiff
lib/neatogen/dijkstra.c: remove a commented out #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Nov 2021 23:33:40 +0000 (15:33 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Nov 2021 20:21:13 +0000 (12:21 -0800)
lib/neatogen/dijkstra.c

index 352c8d5f787553d6ca6d188c9e9394b022175899..46683e6da6f009052e8733889db8f6ac881064e7 100644 (file)
@@ -23,7 +23,6 @@
 #include <limits.h>
 #include <stdbool.h>
 #include <stdlib.h>
-/* #include <math.h> */
 
 #define MAX_DIST (double)INT_MAX