remove a few #include <windows.h>

also #include <direct.h>
This commit is contained in:
Thomas Bernard
2019-05-22 14:43:59 +02:00
parent 9847110fe4
commit 811cb619b6
3 changed files with 5 additions and 7 deletions

View File

@@ -24,8 +24,6 @@
#if defined(__amigaos4__) || defined(__AROS__) || defined(__MORPHOS__) || defined(__amigaos__)
#include <proto/dos.h>
#include <sys/types.h>
#elif defined(__WIN32__) || defined(WIN32)
#include <windows.h>
#endif
#include <fcntl.h>
@@ -89,7 +87,6 @@
#ifndef _MSC_VER
#include <dirent.h>
#endif
#include <windows.h>
#else
#include <dirent.h>
#endif