]> granicus.if.org Git - vim/commitdiff
patch 8.2.1646: Amiga: Unnecessary #include v8.2.1646
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Sep 2020 17:25:09 +0000 (19:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Sep 2020 17:25:09 +0000 (19:25 +0200)
Problem:    Amiga: Unnecessary #include.
Solution:   Remove the #include. (Ola Söder, closes #6908)

src/version.c

index d108c1783e6e835f6e9dc24a05cd9155b22ae5ab..81df0bbbefe8be3245a2ed4213283aaf1dab6bad 100644 (file)
@@ -9,10 +9,6 @@
 
 #include "vim.h"
 
-#ifdef AMIGA
-# include <time.h>     // 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,
 /**/