]> git.pond.sub.org Git - empserver/blobdiff - include/empobj.h
Remove option TREATIES
[empserver] / include / empobj.h
index f005e73979881619c6df2a7350f56262ed99fcbc..30462698cb35126ac232b696f7aad6a0100596db 100644 (file)
@@ -45,7 +45,6 @@
 #include "sect.h"
 #include "ship.h"
 #include "trade.h"
-#include "treaty.h"
 #include "types.h"
 
 struct empobj {
@@ -89,7 +88,6 @@ union empobj_storage {
     struct sctstr sect;
     struct shpstr ship;
     struct trdstr trade;
-    struct trtstr treaty;
 };
 
 struct empobj_chr;