Break inclusion cycles. To simplify the change, move a few
declarations to other, no less sensible places.
This commit is contained in:
parent
858839f063
commit
afa65c8f27
18 changed files with 193 additions and 189 deletions
|
@ -32,9 +32,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "misc.h"
|
||||
#include "file.h"
|
||||
#include "ship.h"
|
||||
#include "plane.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
int
|
||||
on_shiplist(short uid, struct shiplist *head)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue