]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/check.c
Update copyright notice.
[empserver] / src / lib / common / check.c
index af06a80efa7d17ecff43ef0095cb050013c21c40..9c392e621f4eb3fb304f644db6749782959d5468 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-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
 
 #include <config.h>
 
+#include "commodity.h"
+#include "file.h"
+#include "land.h"
+#include "loan.h"
 #include "misc.h"
+#include "nat.h"
+#include "nsc.h"
+#include "nuke.h"
+#include "plane.h"
 #include "player.h"
-#include "xy.h"
-#include "file.h"
+#include "prototypes.h"
 #include "sect.h"
 #include "ship.h"
-#include "plane.h"
-#include "nuke.h"
-#include "land.h"
-#include "nsc.h"
-#include "nat.h"
-#include "commodity.h"
-#include "loan.h"
-#include "commands.h"
 #include "trade.h"
+#include "xy.h"
 
 /* Note that timestamps make things tricky.  And, we don't
  * really care about the timestamp, we just care about the rest
@@ -129,7 +129,7 @@ check_nuke_ok(struct nukstr *nukep)
     memcpy(&tnuke, nukep, sizeof(struct nukstr));
     tnuke.nuk_timestamp = chknuke.nuk_timestamp = 0;
     if (memcmp(&tnuke, &chknuke, sizeof(struct nukstr))) {
-       pr("Nuclear stockpile %d has changed!\n", nukep->nuk_uid);
+       pr("Nuke %d has changed!\n", nukep->nuk_uid);
        return 0;
     }
     return 1;