diff --git a/include/gen.h b/include/gen.h index 98e8ab6a..f334e3c2 100644 --- a/include/gen.h +++ b/include/gen.h @@ -33,10 +33,6 @@ #ifndef _GEN_H_ #define _GEN_H_ -#include -#if !defined(_WIN32) -#include /* struct in_addr */ -#endif #include /* atoi etc. */ #include "misc.h" /* s_char etc */ #include "xy.h" /* struct range */ diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index 0f20dbaf..2a8ea7b2 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -37,11 +37,8 @@ #include -#include "misc.h" #include "com.h" -#include "nat.h" -#include "file.h" -#include "commands.h" +#include "prototypes.h" struct cmndstr player_coms[] = { /* command form cost addr permit */