Include reshuffle.
This commit is contained in:
parent
ab55ea7381
commit
335d9d34ab
7 changed files with 6 additions and 2 deletions
|
@ -36,6 +36,7 @@
|
||||||
#ifndef COMMODITY_H
|
#ifndef COMMODITY_H
|
||||||
#define COMMODITY_H
|
#define COMMODITY_H
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
|
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
#ifndef LAND_H
|
#ifndef LAND_H
|
||||||
#define LAND_H
|
#define LAND_H
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "retreat.h"
|
#include "retreat.h"
|
||||||
|
|
|
@ -35,8 +35,6 @@
|
||||||
#ifndef MISC_H
|
#ifndef MISC_H
|
||||||
#define MISC_H
|
#define MISC_H
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#define MAX(a,b) ((a) > (b) ? (a) : (b))
|
#define MAX(a,b) ((a) > (b) ? (a) : (b))
|
||||||
#define MIN(a,b) ((a) < (b) ? (a) : (b))
|
#define MIN(a,b) ((a) < (b) ? (a) : (b))
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
#ifndef NEWS_H
|
#ifndef NEWS_H
|
||||||
#define NEWS_H
|
#define NEWS_H
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include "nsc.h"
|
#include "nsc.h"
|
||||||
|
|
||||||
struct nwsstr {
|
struct nwsstr {
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#ifndef SECT_H
|
#ifndef SECT_H
|
||||||
#define SECT_H
|
#define SECT_H
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#ifndef SHIP_H
|
#ifndef SHIP_H
|
||||||
#define SHIP_H
|
#define SHIP_H
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "retreat.h"
|
#include "retreat.h"
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include "lwp.h"
|
#include "lwp.h"
|
||||||
#include "lwpint.h"
|
#include "lwpint.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue