diff options
Diffstat (limited to 'py/showbc.c')
-rw-r--r-- | py/showbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/showbc.c b/py/showbc.c index e3032e8d98..b5b5ce44aa 100644 --- a/py/showbc.c +++ b/py/showbc.c @@ -1,8 +1,8 @@ #include <stdio.h> #include <assert.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "bc0.h" |