diff options
Diffstat (limited to 'src/askloc.c')
-rw-r--r-- | src/askloc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/askloc.c b/src/askloc.c index e6f584bf..9d885b1b 100644 --- a/src/askloc.c +++ b/src/askloc.c @@ -24,23 +24,18 @@ #endif #ifdef HAVE_NCURSES -#include <stdarg.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif #ifdef HAVE_STRING_H #include <string.h> #endif -#include <ctype.h> #ifdef HAVE_TIME_H #include <time.h> #endif #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif -#ifdef HAVE_SYS_SELECT_H -#include <sys/select.h> -#endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif @@ -59,7 +54,6 @@ #include "intrfn.h" #include "list.h" #include "dir.h" -#include "log.h" #include "askloc.h" extern const char *monstr[]; |