diff options
Diffstat (limited to 'py/modcmath.c')
-rw-r--r-- | py/modcmath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modcmath.c b/py/modcmath.c index 14f204b8be..ddd8abf71e 100644 --- a/py/modcmath.c +++ b/py/modcmath.c @@ -26,8 +26,8 @@ #include <math.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "builtin.h" |