aboutsummaryrefslogtreecommitdiff
path: root/stmhal/fsusermount.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/fsusermount.c')
-rw-r--r--stmhal/fsusermount.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/stmhal/fsusermount.c b/stmhal/fsusermount.c
index e6b915382..0cd36480e 100644
--- a/stmhal/fsusermount.c
+++ b/stmhal/fsusermount.c
@@ -24,12 +24,8 @@
* THE SOFTWARE.
*/
-#include "mpconfig.h"
-#include "misc.h"
-#include "nlr.h"
-#include "qstr.h"
-#include "obj.h"
-#include "runtime.h"
+#include "py/nlr.h"
+#include "py/runtime.h"
#include "ff.h"
#include "fsusermount.h"