summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:27:07 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:27:07 +0100
commita48cc458a60310480a8ba02da14fbed6f88399f4 (patch)
treeb2b65b020bd1866821d0c35741b1a8a2f27f0d76 /compat.h
parent1fdacba1117daee58fe8c011f0fd55d517f66510 (diff)
Maybe this is better.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/compat.h b/compat.h
index 19a5e466..37f78e7b 100644
--- a/compat.h
+++ b/compat.h
@@ -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