Cleanup #includes of (mostly a long time) unused header files.

No functional changes.
This commit is contained in:
Marc Olzheim 2004-12-13 16:47:13 +00:00
parent cb56cfb870
commit c6ef918f3a
140 changed files with 0 additions and 260 deletions

View file

@ -43,7 +43,6 @@
* information.
*/
#include "gamesdef.h"
#include "misc.h"
#include "xy.h"
#include "sect.h"

View file

@ -40,12 +40,10 @@
#include "plane.h"
#include "nuke.h"
#include "land.h"
#include "item.h"
#include "nsc.h"
#include "nat.h"
#include "commodity.h"
#include "loan.h"
#include "optlist.h"
#include "commands.h"
#include "trade.h"

View file

@ -38,10 +38,8 @@
#include "land.h"
#include "plane.h"
#include "nuke.h"
#include "xy.h"
#include "nsc.h"
#include <fcntl.h>
#include "file.h"
#include "optlist.h"
#include "damage.h"
#include "common.h"

View file

@ -40,10 +40,8 @@
#include <unistd.h>
#endif
#include "misc.h"
#include "xy.h"
#include "nsc.h"
#include "file.h"
#include "match.h"
#include "common.h"
#include "gen.h"

View file

@ -36,12 +36,8 @@
#include "misc.h"
#include "player.h"
#include "xy.h"
#include "sect.h"
#include "nat.h"
#include "news.h"
#include "nsc.h"
#include "item.h"
#include "file.h"
#include "common.h"
double

View file

@ -31,11 +31,9 @@
*
*/
#include "gamesdef.h"
#include "misc.h"
#include "xy.h"
#include "sect.h"
#include "file.h"
#include "path.h"
#include "nat.h"
#include "common.h"

View file

@ -32,13 +32,10 @@
* Steve McClure, 1998
*/
#include <math.h>
#include "misc.h"
#include "sect.h"
#include "nat.h"
#include "item.h"
#include "news.h"
#include "file.h"
#include "xy.h"
#include "optlist.h"
#include "common.h"

View file

@ -37,7 +37,6 @@
#include "ship.h"
#include "land.h"
#include "plane.h"
#include "nuke.h"
#include "xy.h"
#include "nsc.h"
#include "file.h"
@ -47,7 +46,6 @@
#include "common.h"
#include "gen.h"
#include "subs.h"
#include "lost.h"
#include "combat.h"
int

View file

@ -33,7 +33,6 @@
#include "misc.h"
#include "match.h"
#include "common.h"
/*
* Find NEEDLE in array HAYSTACK[], return its index.