]> git.pond.sub.org Git - empserver/commitdiff
Remove superflous #include "tel.h"
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 7 Feb 2009 19:05:33 +0000 (20:05 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 8 Feb 2009 13:21:15 +0000 (14:21 +0100)
src/lib/commands/add.c
src/lib/commands/new.c

index 0a9a6337e156775b16cec51338de7baa6f7f2f3d..2343e674776eae195c58c6eee691d3cb3630bf82 100644 (file)
@@ -41,7 +41,6 @@
 #include "land.h"
 #include "optlist.h"
 #include "plague.h"
-#include "tel.h"
 
 int
 add(void)
index 871c8b686d84387c239a2acab59ce9849f79d555..311039bc8efecaf7f64a018ccc5953f5b65b430d 100644 (file)
@@ -41,7 +41,6 @@
 #include "optlist.h"
 #include "path.h"
 #include "prototypes.h"
-#include "tel.h"
 
 static void init_sanct(struct natstr *, coord, coord);