]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/move_sat.c
Update copyright notice
[empserver] / src / lib / update / move_sat.c
index f54f5ebeb25bd6bfd1d75977678f40ac82c8b446..bef00a969a2783f1778e121328fc159a3fa073ec 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
 #include <config.h>
 
 #include <math.h>
+#include "nat.h"
 #include "nsc.h"
+#include "optlist.h"
 #include "plane.h"
+#include "prototypes.h"
+#include "sect.h"
 #include "update.h"
 
 #ifndef PI