aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nnn.c b/nnn.c
index cedaff1..1bd9a67 100644
--- a/nnn.c
+++ b/nnn.c
@@ -6,11 +6,7 @@
#include <sys/resource.h>
#include <ctype.h>
-#ifdef __linux__
-#include <ncursesw/curses.h>
-#else
#include <curses.h>
-#endif
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>