Clean includes for DOS.

This commit is contained in:
2021-03-11 02:56:39 +00:00
parent 71cd201bbb
commit 351be36e85
14 changed files with 4 additions and 132 deletions

View File

@@ -29,16 +29,14 @@ Copyright (C) 2011-2021 Natalia Portillo
#if defined(__DOS__) || defined(MSDOS)
#include <direct.h>
#include <dos.h>
#include <io.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef __WATCOMC__
#include <i86.h>
#include <direct.h>
#elif defined(__DJGPP__)
#include <unistd.h>
#endif