summaryrefslogtreecommitdiff
path: root/src/memfile.c
diff options
context:
space:
mode:
authorola.soder@axis.com <ola.soder@axis.com>2022-02-11 16:11:14 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-11 16:11:14 +0000
commit14f23122bf94d0d835bed6f0bd0d17b3e47441ab (patch)
treee4beb515c4a024c1e4485b30d930a06c2aee833f /src/memfile.c
parent8196e94a8b72ed8618605cb66615571313097d78 (diff)
downloadvim-git-14f23122bf94d0d835bed6f0bd0d17b3e47441ab.tar.gz
patch 8.2.4344: Amiga: header file included twicev8.2.4344
Problem: Amiga: header file included twice. Solution: Remove #include. (Ola Söder, closes #9733)
Diffstat (limited to 'src/memfile.c')
-rw-r--r--src/memfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/memfile.c b/src/memfile.c
index de3dd6ed4..0d816f36d 100644
--- a/src/memfile.c
+++ b/src/memfile.c
@@ -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