- cleaned up the remaining dependencies on windows.h

This file now only gets included by code that really needs it.
This commit is contained in:
Christoph Oelckers 2020-02-03 21:30:57 +01:00
parent 95c906e21a
commit a90185bea9
17 changed files with 20 additions and 265 deletions

View file

@ -7,10 +7,6 @@
#pragma once
#ifdef _WIN32
# include "windows_inc.h"
#endif
#include "xs_Float.h"
////////// Compiler detection //////////