]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/neigh.c
Fix trailing whitespace
[empserver] / src / lib / subs / neigh.c
index fec473b8b5aac77d22514e6cba404830611f830b..2fac0d026c3fa4acec42c93f2366aa0f3af7a198 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *  ---
  *
  *  neigh.c: Return true if a neighbor
- * 
+ *
  *  Known contributors to this file:
- *     
+ *
  */
 
 #include <config.h>
 
-#include "misc.h"
-#include "sect.h"
-#include "path.h"
 #include "file.h"
-#include "nat.h"
+#include "path.h"
 #include "prototypes.h"
+#include "sect.h"
 
 int
 neigh(coord x, coord y, natid own)