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 d978b9020..0beaf5472 100644 --- a/src/memline.c +++ b/src/memline.c @@ -52,10 +52,6 @@ # include <proto/dos.h> /* for Open() and Close() */ #endif -#ifdef HAVE_ERRNO_H -# include <errno.h> -#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 */ |