diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -25,15 +25,8 @@ #include <limits.h> #include <stdio.h> #include <termios.h> -#include <term.h> #include <wchar.h> -#if defined(HAVE_CURSES_H) -#include <curses.h> -#elif defined(HAVE_NCURSES_H) -#include <ncurses.h> -#endif - #ifdef HAVE_UTF8PROC #include <utf8proc.h> #endif |