symtab: Remove the unnessary inclusion of nuttx/symtab.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-07-03 00:43:49 +08:00
committed by Alan Carvalho de Assis
parent 62480d1a8b
commit 8f38fa6062
8 changed files with 4 additions and 9 deletions
@@ -39,8 +39,7 @@
#endif
#ifdef CONFIG_MODULE
# include "nuttx/symtab.h"
# include "nuttx/lib/modlib.h"
# include <nuttx/lib/modlib.h>
#endif
#ifdef CONFIG_STM32_OTGFS