diff options
Diffstat (limited to 'extmod/moduhashlib.c')
-rw-r--r-- | extmod/moduhashlib.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/extmod/moduhashlib.c b/extmod/moduhashlib.c index 1c2e76b04..d4d05c3e9 100644 --- a/extmod/moduhashlib.c +++ b/extmod/moduhashlib.c @@ -27,12 +27,8 @@ #include <assert.h> #include <string.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" #if MICROPY_PY_UHASHLIB |