Drop superfluous #include
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
ed26bc80ac
commit
c3a34c9730
9 changed files with 0 additions and 11 deletions
|
@ -39,7 +39,6 @@
|
|||
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "land.h"
|
||||
|
||||
int
|
||||
conv(void)
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "optlist.h"
|
||||
#include "plague.h"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include "chance.h"
|
||||
#include "commands.h"
|
||||
#include "item.h"
|
||||
#include "land.h"
|
||||
#include "news.h"
|
||||
|
||||
int
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
|
||||
#include "empobj.h"
|
||||
#include "news.h"
|
||||
#include "optlist.h"
|
||||
#include "product.h"
|
||||
|
||||
char *
|
||||
|
|
|
@ -34,11 +34,9 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "optlist.h"
|
||||
#include "plane.h"
|
||||
#include "product.h"
|
||||
#include "prototypes.h"
|
||||
#include "sect.h"
|
||||
#include "ship.h"
|
||||
|
||||
static void init_pchr(void);
|
||||
|
||||
|
|
|
@ -33,10 +33,8 @@
|
|||
#include <config.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "nat.h"
|
||||
#include "plane.h"
|
||||
#include "prototypes.h"
|
||||
#include "ship.h"
|
||||
|
||||
int
|
||||
on_shiplist(int uid, struct shiplist *head)
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#include "player.h"
|
||||
#include "prototypes.h"
|
||||
#include "queue.h"
|
||||
#include "server.h"
|
||||
#include "unit.h"
|
||||
#include "xy.h"
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include <sys/resource.h>
|
||||
#include "nat.h"
|
||||
#include "optlist.h"
|
||||
#include "path.h"
|
||||
#include "sect.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "chance.h"
|
||||
#include "item.h"
|
||||
#include "lost.h"
|
||||
#include "optlist.h"
|
||||
#include "nat.h"
|
||||
#include "news.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue