From: Bram Moolenaar Date: Wed, 9 Sep 2020 17:25:09 +0000 (+0200) Subject: patch 8.2.1646: Amiga: Unnecessary #include X-Git-Tag: v8.2.1646 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33e3346322e40b2877f63f2f37398832c7017e2f;p=vim patch 8.2.1646: Amiga: Unnecessary #include Problem: Amiga: Unnecessary #include. Solution: Remove the #include. (Ola Söder, closes #6908) --- diff --git a/src/version.c b/src/version.c index d108c1783..81df0bbbe 100644 --- a/src/version.c +++ b/src/version.c @@ -9,10 +9,6 @@ #include "vim.h" -#ifdef AMIGA -# include // for time() -#endif - /* * Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred) * It has been changed beyond recognition since then. @@ -754,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1646, /**/ 1645, /**/