Clean up superfluous includes

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-22 21:27:32 +01:00
parent 3b6f3a5516
commit 5cbcdc0497
10 changed files with 0 additions and 13 deletions

View file

@ -34,7 +34,6 @@
#define ACTOFGOD_H
#include "item.h"
#include "nat.h"
#include "types.h"
extern void report_god_takes(char *, char *, natid);

View file

@ -43,7 +43,6 @@
#include <signal.h>
#include <sys/time.h>
#include <sys/types.h>
#define LWP_STACKCHECK 0x1
#define LWP_PRINT 0x2

View file

@ -37,8 +37,6 @@
#include "actofgod.h"
#include "commands.h"
#include "item.h"
#include "news.h"
#include "optlist.h"
/*
* format: give <commod> <sect> <amt>

View file

@ -32,7 +32,6 @@
#include <config.h>
#include "chance.h"
#include "commands.h"
#include "testing.h"

View file

@ -36,7 +36,6 @@
#include "misc.h"
#include "nat.h"
#include "prototypes.h"
#include "xy.h"
double
hap_fact(struct natstr *tnat, struct natstr *vnat)

View file

@ -48,7 +48,6 @@
#include "nat.h"
#include "optlist.h"
#include "player.h"
#include "power.h"
#include "prototypes.h"
static struct emp_qelem Players;

View file

@ -46,7 +46,6 @@
#include "player.h"
#include "prototypes.h"
#include "server.h"
#include "testing.h"
/*
* Last command's PRNG seed.

View file

@ -35,7 +35,6 @@
#include "file.h"
#include "optlist.h"
#include "prototypes.h"
#include "sect.h"
/*
* get the next sector in the range

View file

@ -58,11 +58,8 @@
#include "match.h"
#include "misc.h"
#include "optlist.h"
#include "plane.h"
#include "player.h"
#include "product.h"
#include "prototypes.h"
#include "sect.h"
#include "server.h"
#include "version.h"

View file

@ -35,7 +35,6 @@
#include <time.h>
#include "empthread.h"
#include "nat.h"
#include "prototypes.h"
#include "server.h"