diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-31 11:30:56 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-31 11:30:56 +0200 |
commit | 6c0d824397cf59d75258fbed6c937d5bf6dafd23 (patch) | |
tree | ecd4715129239c55fdc04ebe59edd5289cf7bcd4 | |
parent | 41b46d04521618d33bb159cc963b1d8e6b6e173f (diff) |
minicurses.h: remove unneeded include
In the past there was an ioctl() call in setupterm(), so this include is not
needed anymore.
-rw-r--r-- | minicurses.h | 2 |
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) |