diff options
Diffstat (limited to 'py/parsenumbase.c')
-rw-r--r-- | py/parsenumbase.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/py/parsenumbase.c b/py/parsenumbase.c index f552c5e378..5574b3b9b5 100644 --- a/py/parsenumbase.c +++ b/py/parsenumbase.c @@ -24,9 +24,7 @@ * THE SOFTWARE. */ -#include "mpconfig.h" -#include "misc.h" -#include "parsenumbase.h" +#include "py/parsenum.h" // find real radix base, and strip preceding '0x', '0o' and '0b' // puts base in *base, and returns number of bytes to skip the prefix |