Skip to content

Commit 33e3346

Browse files
committed
patch 8.2.1646: Amiga: Unnecessary #include
Problem: Amiga: Unnecessary #include. Solution: Remove the #include. (Ola Söder, closes #6908)
1 parent 81a4cf4 commit 33e3346

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/version.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010
#include "vim.h"
1111

12-
#ifdef AMIGA
13-
# include <time.h> // for time()
14-
#endif
15-
1612
/*
1713
* Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred)
1814
* It has been changed beyond recognition since then.
@@ -754,6 +750,8 @@ static char *(features[]) =
754750

755751
static int included_patches[] =
756752
{ /* Add new patch number below this line */
753+
/**/
754+
1646,
757755
/**/
758756
1645,
759757
/**/

0 commit comments

Comments
 (0)