Remove superflous #include "tel.h"

This commit is contained in:
Markus Armbruster 2009-02-07 20:05:33 +01:00
parent 4c81ca34cb
commit 6f1e669bea
2 changed files with 0 additions and 2 deletions

View file

@ -41,7 +41,6 @@
#include "land.h" #include "land.h"
#include "optlist.h" #include "optlist.h"
#include "plague.h" #include "plague.h"
#include "tel.h"
int int
add(void) add(void)

View file

@ -41,7 +41,6 @@
#include "optlist.h" #include "optlist.h"
#include "path.h" #include "path.h"
#include "prototypes.h" #include "prototypes.h"
#include "tel.h"
static void init_sanct(struct natstr *, coord, coord); static void init_sanct(struct natstr *, coord, coord);