forked from aniani/vim
patch 8.2.4344: Amiga: header file included twice
Problem: Amiga: header file included twice. Solution: Remove #include. (Ola Söder, closes #9733)
This commit is contained in:
parent
8196e94a8b
commit
14f23122bf
@ -57,7 +57,6 @@
|
||||
extern int dos2; // this is in os_amiga.c
|
||||
# endif
|
||||
# ifdef SASC
|
||||
# include <proto/dos.h>
|
||||
# include <ios1.h> // for chkufb()
|
||||
# endif
|
||||
#endif
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4344,
|
||||
/**/
|
||||
4343,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user