Remove superflous include.

This commit is contained in:
Markus Armbruster 2005-12-11 10:09:09 +00:00
parent 72f4cef34f
commit d343fee727
3 changed files with 0 additions and 3 deletions

View file

@ -50,7 +50,6 @@
#include "lost.h"
#include "product.h"
#include "gamesdef.h"
#include "commodity.h"
#include "nsc.h"

View file

@ -34,7 +34,6 @@
#include "prototypes.h"
#include <string.h>
#include "gamesdef.h"
#include "misc.h"
#include "player.h"
#include "proto.h"

View file

@ -77,7 +77,6 @@ static int quiet = 0;
#include "power.h"
#include "nat.h"
#include "sect.h"
#include "gamesdef.h"
#include "file.h"
#include "xy.h"
#include "optlist.h"