aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:14:35 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:14:35 +0100
commit87a59efc9476cc12d3e79b1afb55b9e59984b450 (patch)
tree1342f08e80c579de62753357893f1eeea9c7b1a8 /tty-term.c
parentd48f0e114e747243a41406e77967ff77bd93b3bb (diff)
downloadrtmux-87a59efc9476cc12d3e79b1afb55b9e59984b450.tar.gz
rtmux-87a59efc9476cc12d3e79b1afb55b9e59984b450.tar.bz2
rtmux-87a59efc9476cc12d3e79b1afb55b9e59984b450.zip
Log ncurses and utf8proc versions.
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>