Include system headers before ours
This commit is contained in:
parent
61d632fc96
commit
3812cde100
6 changed files with 6 additions and 6 deletions
|
@ -35,13 +35,13 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <math.h>
|
||||
#include "budg.h"
|
||||
#include "item.h"
|
||||
#include "news.h"
|
||||
#include "player.h"
|
||||
#include "update.h"
|
||||
#include "xy.h"
|
||||
#include <math.h>
|
||||
|
||||
static int growfood(struct sctstr *, short *, int, int);
|
||||
static int starve_some(short *, i_type, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue