Include reshuffle.

This commit is contained in:
Markus Armbruster 2007-07-15 10:07:48 +00:00
parent ab55ea7381
commit 335d9d34ab
7 changed files with 6 additions and 2 deletions

View file

@ -36,6 +36,7 @@
#ifndef COMMODITY_H
#define COMMODITY_H
#include <time.h>
#include "types.h"
#include "item.h"

View file

@ -36,6 +36,7 @@
#ifndef LAND_H
#define LAND_H
#include <time.h>
#include "item.h"
#include "queue.h"
#include "retreat.h"

View file

@ -35,8 +35,6 @@
#ifndef MISC_H
#define MISC_H
#include <time.h>
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define MIN(a,b) ((a) < (b) ? (a) : (b))

View file

@ -41,6 +41,7 @@
#ifndef NEWS_H
#define NEWS_H
#include <time.h>
#include "nsc.h"
struct nwsstr {

View file

@ -37,6 +37,7 @@
#ifndef SECT_H
#define SECT_H
#include <time.h>
#include "item.h"
#include "types.h"

View file

@ -37,6 +37,7 @@
#ifndef SHIP_H
#define SHIP_H
#include <time.h>
#include "item.h"
#include "queue.h"
#include "retreat.h"

View file

@ -34,6 +34,7 @@
#include <config.h>
#include <errno.h>
#include <stddef.h>
#include <signal.h>
#include "lwp.h"
#include "lwpint.h"