minicurses.h: remove unneeded include - sfeed - RSS and Atom parser
 (HTM) git clone git://git.codemadness.org/sfeed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6c0d824397cf59d75258fbed6c937d5bf6dafd23
 (DIR) parent 41b46d04521618d33bb159cc963b1d8e6b6e173f
 (HTM) 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(-)
       ---
 (DIR) diff --git a/minicurses.h b/minicurses.h
       @@ -1,5 +1,3 @@
       -#include <sys/ioctl.h>
       -
        #undef  OK
        #define OK  (0)