Include system headers before ours
This commit is contained in:
parent
61d632fc96
commit
3812cde100
6 changed files with 6 additions and 6 deletions
|
@ -33,10 +33,10 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
#include "commands.h"
|
#include "commands.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "optlist.h"
|
#include "optlist.h"
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
int
|
int
|
||||||
chan(void)
|
chan(void)
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "../as/as.h"
|
#include "../as/as.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
@ -45,7 +46,6 @@
|
||||||
#include "prototypes.h"
|
#include "prototypes.h"
|
||||||
#include "sect.h"
|
#include "sect.h"
|
||||||
#include "xy.h"
|
#include "xy.h"
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#define BP_ASHASHSIZE 128 /* A* queue hash table size */
|
#define BP_ASHASHSIZE 128 /* A* queue hash table size */
|
||||||
#define BP_NEIGHBORS 6 /* max number of neighbors */
|
#define BP_NEIGHBORS 6 /* max number of neighbors */
|
||||||
|
|
|
@ -35,10 +35,10 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include "distribute.h"
|
#include "distribute.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
/* Used for building up distribution info */
|
/* Used for building up distribution info */
|
||||||
struct distinfo {
|
struct distinfo {
|
||||||
|
|
|
@ -35,13 +35,13 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
#include "budg.h"
|
#include "budg.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "news.h"
|
#include "news.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include "xy.h"
|
#include "xy.h"
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
static int growfood(struct sctstr *, short *, int, int);
|
static int growfood(struct sctstr *, short *, int, int);
|
||||||
static int starve_some(short *, i_type, int);
|
static int starve_some(short *, i_type, int);
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
#include "budg.h"
|
#include "budg.h"
|
||||||
#include "land.h"
|
#include "land.h"
|
||||||
#include "lost.h"
|
#include "lost.h"
|
||||||
|
@ -44,7 +45,6 @@
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "ship.h"
|
#include "ship.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
static void landrepair(struct lndstr *, struct natstr *, struct bp *, int);
|
static void landrepair(struct lndstr *, struct natstr *, struct bp *, int);
|
||||||
static void upd_land(struct lndstr *, int, struct natstr *, struct bp *, int);
|
static void upd_land(struct lndstr *, int, struct natstr *, struct bp *, int);
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
@ -47,7 +48,6 @@
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include "service.h"
|
#include "service.h"
|
||||||
#endif
|
#endif
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
#include "empthread.h"
|
#include "empthread.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue