Browse Source

删除mmu.c对board.h的引用

wangqinglin 1 year ago
parent
commit
0cb2a5e735
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libcpu/aarch64/common/mmu.c

+ 0 - 1
libcpu/aarch64/common/mmu.c

@@ -9,7 +9,6 @@
  * 2021-11-28     GuEe-GUI     first version
  * 2022-12-10     WangXiaoyao  porting to MM
  */
-#include <board.h>
 #include <rthw.h>
 #include <rtthread.h>
 #include <stddef.h>