]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/best.c
COPYING duplicates information from README. Remove. Move GPL from
[empserver] / src / lib / commands / best.c
index 0add43f527a171b6ad50bd31dbd37b2e383cbc35..7297fbb13116a1975922096729b61ba9743ae656 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2000, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -19,9 +19,9 @@
  *
  *  ---
  *
- *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
- *  related information and legal notices. It is expected that any future
- *  projects/authors will amend these files as needed.
+ *  See files README, COPYING and CREDITS in the root of the source
+ *  tree for related information and legal notices.  It is expected
+ *  that future projects/authors will amend these files as needed.
  *
  *  ---
  *
  *     
  */
 
+#include <config.h>
+
 #include "misc.h"
 #include "player.h"
-#include "var.h"
 #include "sect.h"
-#include "item.h"
 #include "xy.h"
 #include "path.h"
 #include "nsc.h"
-#include "deity.h"
-#include "file.h"
 #include "nat.h"
 #include "commands.h"
 
@@ -48,7 +46,7 @@ int
 best(void)
 {
     double cost;
-    s_char *BestDistPath(), *BestLandPath(), *s;
+    s_char *s;
     struct sctstr s1, s2;
     struct nstr_sect nstr, nstr2;
     s_char buf[1024];