]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/path.c
Fix trailing whitespace
[empserver] / src / lib / common / path.c
index b0b8839d5c22cb27e2bade2ee575cd3808574b35..103d3b0ae80c8a240834e522a5d7b6fd6deb8d87 100644 (file)
@@ -27,7 +27,7 @@
  *
  *  path.c: Empire/A* Interface code.
  *          Define AS_STATS for A* statistics.
- * 
+ *
  *  Known contributors to this file:
  *     Phil Lapsley, 1991
  *     Dave Pare, 1991
@@ -37,6 +37,7 @@
 
 #include <config.h>
 
+#include <stdio.h>
 #include "../as/as.h"
 #include "file.h"
 #include "misc.h"
@@ -45,7 +46,6 @@
 #include "prototypes.h"
 #include "sect.h"
 #include "xy.h"
-#include <stdio.h>
 
 #define        BP_ASHASHSIZE   128     /* A* queue hash table size */
 #define        BP_NEIGHBORS    6       /* max number of neighbors */