diff options
author | 2023-09-20 10:01:53 +0700 | |
---|---|---|
committer | 2023-09-20 10:01:53 +0700 | |
commit | d853fe12e361f4d55189580eae9fbb903a1e2d0b (patch) | |
tree | 29fb46c3a13fd576de5089344a76565a5ba7532a /src/lib/util/simh_tape_file.cpp | |
parent | 412f820322df3257ed40a6b62fb0f4c66ad8c883 (diff) |
simh_tape_file: remove unnecessary posix-only header
Diffstat (limited to 'src/lib/util/simh_tape_file.cpp')
-rw-r--r-- | src/lib/util/simh_tape_file.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util/simh_tape_file.cpp b/src/lib/util/simh_tape_file.cpp index 06841369ff5..f7306bccf83 100644 --- a/src/lib/util/simh_tape_file.cpp +++ b/src/lib/util/simh_tape_file.cpp @@ -15,7 +15,6 @@ #include <errno.h> #include <fcntl.h> -#include <unistd.h> ////////////////////////////////////////////////////////////////////////////// |