libc/symtab: Don't include symtab.h in the header files

to unify the inclusion of symtab.h only from the source files

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-07-09 05:23:32 +08:00
committed by Petro Karashchenko
parent 229293f9f8
commit ebcb03dce9
11 changed files with 18 additions and 20 deletions

View File

@@ -27,7 +27,7 @@
#include <assert.h>
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/symtab.h>
#include <nuttx/binfmt/symtab.h>
#ifdef CONFIG_LIBC_EXECFUNCS