From 33e3346322e40b2877f63f2f37398832c7017e2f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 9 Sep 2020 19:25:09 +0200 Subject: [PATCH] patch 8.2.1646: Amiga: Unnecessary #include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Problem: Amiga: Unnecessary #include. Solution: Remove the #include. (Ola Söder, closes #6908) --- src/version.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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, /**/ -- 2.50.1