summaryrefslogtreecommitdiff
path: root/minicurses.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-31 11:30:56 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-05-31 11:30:56 +0200
commit6c0d824397cf59d75258fbed6c937d5bf6dafd23 (patch)
treeecd4715129239c55fdc04ebe59edd5289cf7bcd4 /minicurses.h
parent41b46d04521618d33bb159cc963b1d8e6b6e173f (diff)
minicurses.h: remove unneeded include
In the past there was an ioctl() call in setupterm(), so this include is not needed anymore.
Diffstat (limited to 'minicurses.h')
-rw-r--r--minicurses.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/minicurses.h b/minicurses.h
index ad24b5e..9b8112b 100644
--- a/minicurses.h
+++ b/minicurses.h
@@ -1,5 +1,3 @@
-#include <sys/ioctl.h>
-
#undef OK
#define OK (0)