From 14f23122bf94d0d835bed6f0bd0d17b3e47441ab Mon Sep 17 00:00:00 2001 From: "ola.soder@axis.com" Date: Fri, 11 Feb 2022 16:11:14 +0000 Subject: patch 8.2.4344: Amiga: header file included twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Amiga: header file included twice. Solution: Remove #include. (Ola Söder, closes #9733) --- src/memfile.c | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/memfile.c b/src/memfile.c index de3dd6ed4..0d816f36d 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -57,7 +57,6 @@ extern int dos2; // this is in os_amiga.c # endif # ifdef SASC -# include # include // for chkufb() # endif #endif diff --git a/src/version.c b/src/version.c index 238361f94..2c86de33e 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4344, /**/ 4343, /**/ -- cgit v1.2.1