]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/cede.c
Break inclusion cycle: prototypes.h and commands.h included each
[empserver] / src / lib / commands / cede.c
index 87f8845840f659599e3506025b516ddf8a3ac013..53e16e8bd36e37d71330d3beeae8b427ebd6f636 100644 (file)
 
 #include <config.h>
 
-#include "misc.h"
-#include "player.h"
-#include "xy.h"
-#include "sect.h"
-#include "nsc.h"
-#include "nat.h"
+#include "commands.h"
+#include "land.h"
+#include "lost.h"
+#include "nuke.h"
 #include "path.h"
-#include "file.h"
 #include "plane.h"
-#include "land.h"
 #include "ship.h"
-#include "nuke.h"
-#include "commands.h"
 
 static void cede_hdr(void);
 static int cede_sect(struct nstr_sect *, natid);