summaryrefslogtreecommitdiff
path: root/stmhal/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/uart.c')
-rw-r--r--stmhal/uart.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/stmhal/uart.c b/stmhal/uart.c
index 870fa4983..98be74593 100644
--- a/stmhal/uart.c
+++ b/stmhal/uart.c
@@ -29,13 +29,9 @@
#include <stdarg.h>
#include <errno.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
-#include "stream.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
+#include "py/stream.h"
#include "uart.h"
#include "pybioctl.h"
#include MICROPY_HAL_H