]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/land.c
Fix trailing whitespace
[empserver] / src / lib / update / land.c
index 331a44365f062853be43ae2f25ecaf451d280d4c..5c0fb5cf0fffbb5c50dcbef293028e1dd26ff804 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, 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
  *  ---
  *
  *  land.c: Do production for land units
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Thomas Ruschak, 1992
  *     Steve McClure, 1996
- *     Markus Armbruster, 2006-2007
+ *     Markus Armbruster, 2006-2008
  */
 
 #include <config.h>
 
+#include <math.h>
 #include "budg.h"
 #include "land.h"
 #include "lost.h"
@@ -44,7 +45,6 @@
 #include "player.h"
 #include "ship.h"
 #include "update.h"
-#include <math.h>
 
 static void landrepair(struct lndstr *, struct natstr *, struct bp *, int);
 static void upd_land(struct lndstr *, int, struct natstr *, struct bp *, int);