# HG changeset patch # User Bram Moolenaar # Date 1644596102 -3600 # Node ID 7a64222fad8e332bc46f543f487755ae1d43e20a # Parent dd9811ac5c911ad93e3311baf3eeec11a72cadfc patch 8.2.4344: Amiga: header file included twice Commit: https://github.com/vim/vim/commit/14f23122bf94d0d835bed6f0bd0d17b3e47441ab Author: ola.soder@axis.com Date: Fri Feb 11 16:11:14 2022 +0000 patch 8.2.4344: Amiga: header file included twice Problem: Amiga: header file included twice. Solution: Remove #include. (Ola S?der, closes https://github.com/vim/vim/issues/9733) diff --git a/src/memfile.c b/src/memfile.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4344, +/**/ 4343, /**/ 4342,