]> git.pond.sub.org Git - empserver/blobdiff - include/mission.h
(genlist): Move from include/mission.h to src/lib/subs/mission.c.
[empserver] / include / mission.h
index b9be6239882dda4cad71c118023f5175214d6aca..71bfee41fb71e0a8a856900efaad0d4f0a7c490a 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef MISSION_H
 #define MISSION_H
 
-#include "queue.h"
-
 #define        MI_NONE         0
 #define        MI_INTERDICT    1
 #define        MI_SUPPORT      2
 #define MI_DSUPPORT    7
 #define MI_OSUPPORT    8
 
-struct genlist {
-    struct emp_qelem queue;    /* list of units */
-    int type;                  /* type of unit */
-    int x, y;                  /* x,y it came from */
-    s_char *cp;                        /* pointer to desc of thing */
-    s_char *thing;             /* thing's struct */
-};
-
 #define SECT_HARDTARGET (-92917)       /* a very low number that no-one might pick */
 
 #endif