Cleanup/msvc: Remove math.h from creator_signals.c

Was never needed, looks like it was copy/pasted from creator.c

spotted by @campbellbarton
This commit is contained in:
Ray molenkamp 2019-07-31 21:36:52 -06:00
parent fc982c102b
commit 135413e324
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@
# endif
# ifdef WIN32
# if defined(_MSC_VER) && defined(_M_X64)
# include <math.h> /* needed for _set_FMA3_enable */
# endif
# include <windows.h>
# include <float.h>
# endif