simh_tape_file: remove unnecessary posix-only header

This commit is contained in:
Patrick Mackinlay 2023-09-20 10:01:53 +07:00
parent 412f820322
commit d853fe12e3

View File

@ -15,7 +15,6 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
//////////////////////////////////////////////////////////////////////////////