Problem: Amiga: time.h included twice.
Solution: Remove include from evalfunc.c, move outside of #ifdef in
os_amiga.h. (Ola Söder, closes #4607)
#if defined(FEAT_EVAL) || defined(PROTO)
-#ifdef AMIGA
-# include <time.h> /* for strftime() */
-#endif
-
#ifdef VMS
# include <float.h>
#endif
# include <unistd.h>
# include <limits.h>
# include <errno.h>
-# include <time.h>
# include <dirent.h>
#endif
+#include <time.h> // for strftime() and others
+
#ifndef PROTO
/*
* arpbase.h must be included before functions.h
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1621,
/**/
1620,
/**/