0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.1646: Amiga: Unnecessary #include

Problem:    Amiga: Unnecessary #include.
Solution:   Remove the #include. (Ola Söder, closes #6908)
This commit is contained in:
Bram Moolenaar 2020-09-09 19:25:09 +02:00
parent 81a4cf469a
commit 33e3346322

View 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,
/**/