From: ola.soder@axis.com Date: Fri, 11 Feb 2022 16:11:14 +0000 (+0000) Subject: patch 8.2.4344: Amiga: header file included twice X-Git-Tag: v8.2.4344 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f23122bf94d0d835bed6f0bd0d17b3e47441ab;p=thirdparty%2Fvim.git patch 8.2.4344: Amiga: header file included twice Problem: Amiga: header file included twice. Solution: Remove #include. (Ola Söder, closes #9733) --- diff --git a/src/memfile.c b/src/memfile.c index de3dd6ed45..0d816f36d3 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 238361f94f..2c86de33eb 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, /**/