File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 20
20
#include <ctype.h> // tolower()
21
21
#include <inttypes.h> // uintptr_t
22
22
#include <limits.h> // INT_MAX
23
+ #include <math.h> // HUGE_VAL
23
24
#include <stdarg.h> // va_list
24
25
#include <wchar.h> // wchar_t
25
26
#ifdef HAVE_STDDEF_H
Original file line number Diff line number Diff line change @@ -184,12 +184,6 @@ typedef Py_ssize_t Py_ssize_clean_t;
184
184
# define Py_MEMCPY memcpy
185
185
#endif
186
186
187
- #ifdef HAVE_IEEEFP_H
188
- #include < ieeefp.h> /* needed for 'finite' declaration on some platforms */
189
- #endif
190
-
191
- #include < math.h> /* Moved here from the math section, before extern "C" */
192
-
193
187
/* ******************************
194
188
* stat() and fstat() fiddling *
195
189
*******************************/
You can’t perform that action at this time.
0 commit comments