diff options
Diffstat (limited to 'src/memline.c')
-rw-r--r-- | src/memline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memline.c b/src/memline.c index 737e8e6a02..36168fac5e 100644 --- a/src/memline.c +++ b/src/memline.c @@ -75,10 +75,6 @@ # include <time.h> #endif -#if defined(SASC) || defined(__amigaos4__) -# include <proto/dos.h> /* for Open() and Close() */ -#endif - typedef struct block0 ZERO_BL; /* contents of the first block */ typedef struct pointer_block PTR_BL; /* contents of a pointer block */ typedef struct data_block DATA_BL; /* contents of a data block */ |