diff options
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -18,11 +18,6 @@ #include <sys/types.h> -#if defined(HAVE_CURSES_H) -#include <curses.h> -#elif defined(HAVE_NCURSES_H) -#include <ncurses.h> -#endif #include <fnmatch.h> #include <stdlib.h> #include <string.h> |