commit | 14f23122bf94d0d835bed6f0bd0d17b3e47441ab | [log] [tgz] |
---|---|---|
author | ola.soder@axis.com <ola.soder@axis.com> | Fri Feb 11 16:11:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 16:11:14 2022 +0000 |
tree | e4beb515c4a024c1e4485b30d930a06c2aee833f | |
parent | 8196e94a8b72ed8618605cb66615571313097d78 [diff] [blame] |
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/version.c b/src/version.c index 238361f..2c86de3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4344, +/**/ 4343, /**/ 4342,