commit 6c0d824397cf59d75258fbed6c937d5bf6dafd23 parent 41b46d04521618d33bb159cc963b1d8e6b6e173f Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 31 May 2022 11:30:56 +0200 minicurses.h: remove unneeded include In the past there was an ioctl() call in setupterm(), so this include is not needed anymore. Diffstat:
M | minicurses.h | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/minicurses.h b/minicurses.h @@ -1,5 +1,3 @@ -#include <sys/ioctl.h> - #undef OK #define OK (0)