minicurses.h: remove unneeded include

In the past there was an ioctl() call in setupterm(), so this include is not
needed anymore.
This commit is contained in:
Hiltjo Posthuma 2022-05-31 11:30:56 +02:00
parent 41b46d0452
commit 6c0d824397
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#include <sys/ioctl.h>
#undef OK
#define OK (0)