summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/lcd.c')
-rw-r--r--stmhal/lcd.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/stmhal/lcd.c b/stmhal/lcd.c
index dbe2be9ecc..22e11d9502 100644
--- a/stmhal/lcd.c
+++ b/stmhal/lcd.c
@@ -28,17 +28,11 @@
#include <string.h>
#include <stm32f4xx_hal.h>
-#include "mpconfig.h"
-#include "nlr.h"
-#include "misc.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
#if MICROPY_HW_HAS_LCD
-#include "qstr.h"
-#include "parse.h"
-#include "obj.h"
-#include "runtime.h"
-
#include "pin.h"
#include "genhdr/pins.h"
#include "bufhelper.h"