Clean up superfluous includes

This commit is contained in:
Markus Armbruster 2012-03-18 20:23:18 +01:00
parent f75c03dfd9
commit 786e2a99d5
91 changed files with 0 additions and 146 deletions

View file

@ -35,7 +35,6 @@
#include <config.h>
#include <math.h>
#include "budg.h"
#include "item.h"
#include "news.h"
#include "player.h"

View file

@ -42,7 +42,6 @@
#include "news.h"
#include "plague.h"
#include "player.h"
#include "ship.h"
#include "update.h"
static void landrepair(struct lndstr *, struct natstr *, struct bp *, int);

View file

@ -40,7 +40,6 @@
#include "empthread.h"
#include "game.h"
#include "journal.h"
#include "player.h"
#include "server.h"
#include "unit.h"
#include "update.h"

View file

@ -34,7 +34,6 @@
#include <math.h>
#include "nsc.h"
#include "path.h"
#include "plane.h"
#include "update.h"

View file

@ -33,11 +33,8 @@
#include <config.h>
#include "item.h"
#include "land.h"
#include "nsc.h"
#include "path.h"
#include "plague.h"
#include "plane.h"
#include "ship.h"
#include "update.h"

View file

@ -32,9 +32,7 @@
#include <config.h>
#include "land.h"
#include "lost.h"
#include "path.h"
#include "update.h"
void

View file

@ -37,7 +37,6 @@
#include "budg.h"
#include "item.h"
#include "land.h"
#include "path.h"
#include "player.h"
#include "ship.h"
#include "update.h"

View file

@ -40,7 +40,6 @@
#include "lost.h"
#include "path.h"
#include "player.h"
#include "product.h"
#include "ship.h"
#include "update.h"