Oliver Fabel 1 год назад
Родитель
Сommit
02b518eeb5
2 измененных файлов с 0 добавлено и 3 удалено
  1. 0 1
      mp_flipper_modflipperzero.c
  2. 0 2
      mp_flipper_runtime.h

+ 0 - 1
mp_flipper_modflipperzero.c

@@ -1,4 +1,3 @@
-#include "mp_flipper_runtime.h"
 #include "py/mperrno.h"
 #include <stdint.h>
 #include <stdio.h>

+ 0 - 2
mp_flipper_runtime.h

@@ -2,8 +2,6 @@
 
 #include <stddef.h>
 
-#include "py/mperrno.h"
-
 #include "mpconfigport.h"
 
 extern const char* mp_flipper_root_module_path;