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:
parent
81a4cf469a
commit
33e3346322
@ -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,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user