aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tty-term.c b/tty-term.c
index 36d8a2e6..6b1cde16 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -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>