mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
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:
committed by
Petro Karashchenko
parent
229293f9f8
commit
ebcb03dce9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user