diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-07 06:51:39 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-07 06:51:39 -0400 |
| commit | 112669a88b1104fb4ee0aa920f2016f76e5e7317 (patch) | |
| tree | d75f1669b6571bd2322bcb4670af18a4df3b810e /src/edbox.c | |
| parent | ec9535cd3fade80fa9170c804e300567453ec894 (diff) | |
| download | fujinet-chat-112669a88b1104fb4ee0aa920f2016f76e5e7317.tar.gz | |
Get rid of conio.h.
Diffstat (limited to 'src/edbox.c')
| -rw-r--r-- | src/edbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/edbox.c b/src/edbox.c index 0725379..a82c3ee 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -1,5 +1,4 @@ #include <atari.h> -#include <conio.h> #include <string.h> #include "addrs.h" #include "screen.h" |
