From d853fe12e361f4d55189580eae9fbb903a1e2d0b Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Wed, 20 Sep 2023 10:01:53 +0700 Subject: [PATCH] simh_tape_file: remove unnecessary posix-only header --- src/lib/util/simh_tape_file.cpp | 1 - 1 file changed, 1 deletion(-) 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 #include -#include //////////////////////////////////////////////////////////////////////////////