diff options
Diffstat (limited to 'cc3200/mods/modutime.c')
-rw-r--r-- | cc3200/mods/modutime.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cc3200/mods/modutime.c b/cc3200/mods/modutime.c index 9dae880e6e..07896512d8 100644 --- a/cc3200/mods/modutime.c +++ b/cc3200/mods/modutime.c @@ -28,12 +28,10 @@ #include <stdio.h> #include <string.h> -#include "mpconfig.h" +#include "py/mpconfig.h" #include MICROPY_HAL_H -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" +#include "py/nlr.h" +#include "py/obj.h" #include "modutime.h" #include "inc/hw_types.h" #include "inc/hw_ints.h" |