Include system headers before ours
This commit is contained in:
parent
61d632fc96
commit
3812cde100
6 changed files with 6 additions and 6 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <math.h>
|
||||
#include "budg.h"
|
||||
#include "land.h"
|
||||
#include "lost.h"
|
||||
|
@ -44,7 +45,6 @@
|
|||
#include "player.h"
|
||||
#include "ship.h"
|
||||
#include "update.h"
|
||||
#include <math.h>
|
||||
|
||||
static void landrepair(struct lndstr *, struct natstr *, struct bp *, int);
|
||||
static void upd_land(struct lndstr *, int, struct natstr *, struct bp *, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue