# HG changeset patch # User Bram Moolenaar # Date 1599672604 -7200 # Node ID e611f22bfa8f6d1308715891eeab62c948825176 # Parent 212d95e9c199aad0757b75a6a7370a60c5329d45 patch 8.2.1646: Amiga: Unnecessary #include Commit: https://github.com/vim/vim/commit/33e3346322e40b2877f63f2f37398832c7017e2f Author: Bram Moolenaar Date: Wed Sep 9 19:25:09 2020 +0200 patch 8.2.1646: Amiga: Unnecessary #include Problem: Amiga: Unnecessary #include. Solution: Remove the #include. (Ola S?der, closes https://github.com/vim/vim/issues/6908) diff --git a/src/version.c b/src/version.c --- 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. @@ -755,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1646, +/**/ 1645, /**/ 1644,