Clean up superfluous include of news.h in empobj.h

Missed in commit 0ba61f17, v4.3.24.
This commit is contained in:
Markus Armbruster 2011-04-03 10:36:46 +02:00
parent 44db545344
commit a2386edc01
9 changed files with 14 additions and 7 deletions

View file

@ -37,19 +37,20 @@
#include <ctype.h>
#include <math.h>
#include "combat.h"
#include "empobj.h"
#include "file.h"
#include "map.h"
#include "misc.h"
#include "mission.h"
#include "news.h"
#include "nsc.h"
#include "optlist.h"
#include "path.h"
#include "plague.h"
#include "player.h"
#include "prototypes.h"
#include "xy.h"
#include "empobj.h"
#include "unit.h"
#include "xy.h"
#define CASUALTY_LUMP 1 /* How big casualty chunks should be */