mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
symtab: Remove the unnessary inclusion of nuttx/symtab.h
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user