symtab: Remove the unnessary inclusion of nuttx/symtab.h
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
62480d1a8b
commit
8f38fa6062
@ -34,7 +34,6 @@
|
||||
#include <nuttx/elf.h>
|
||||
#include <nuttx/kmalloc.h>
|
||||
#include <nuttx/binfmt/elf.h>
|
||||
#include <nuttx/binfmt/symtab.h>
|
||||
|
||||
#include "libelf.h"
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/binfmt/elf.h>
|
||||
#include <nuttx/binfmt/symtab.h>
|
||||
#include <nuttx/symtab.h>
|
||||
|
||||
#include "libelf.h"
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <nuttx/binfmt/nxflat.h>
|
||||
#include <nuttx/binfmt/symtab.h>
|
||||
#include <nuttx/symtab.h>
|
||||
|
||||
#include "libnxflat.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/compiler.h>
|
||||
#include <nuttx/binfmt/symtab.h>
|
||||
#include <nuttx/symtab.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data
|
||||
|
@ -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
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/module.h>
|
||||
#include <nuttx/symtab.h>
|
||||
#include <nuttx/lib/modlib.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -26,7 +26,6 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <nuttx/symtab.h>
|
||||
#include <nuttx/lib/modlib.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/module.h>
|
||||
#include <nuttx/symtab.h>
|
||||
#include <nuttx/lib/modlib.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user