summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/moduselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/moduselect.c')
-rw-r--r--stmhal/moduselect.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/stmhal/moduselect.c b/stmhal/moduselect.c
index b354e486e7..1adb6257f1 100644
--- a/stmhal/moduselect.c
+++ b/stmhal/moduselect.c
@@ -24,16 +24,12 @@
* THE SOFTWARE.
*/
-#include <stdint.h>
#include <stdio.h>
#include <errno.h>
-#include "mpconfig.h"
-#include "misc.h"
-#include "nlr.h"
-#include "qstr.h"
-#include "obj.h"
-#include "objlist.h"
+#include "py/nlr.h"
+#include "py/obj.h"
+#include "py/objlist.h"
#include "pybioctl.h"
#include MICROPY_HAL_H