remove a duplicated windows.h include

This commit is contained in:
sezero
2018-08-20 11:40:15 +03:00
parent 9ba0795fc7
commit 34b5d19350

View File

@@ -225,10 +225,6 @@ __errExit:
#if defined(INIT_DOS) || defined(INIT_LINUX) #if defined(INIT_DOS) || defined(INIT_LINUX)
#if __WIN32__
#include <windows.h>
#endif /* __WIN32__ */
/* Get the definition of myGetenv for glide builds */ /* Get the definition of myGetenv for glide builds */
#include <init.h> #include <init.h>