nuttx-mirror/libs/libc/modlib
Huang Qi cfd0cc0d1a Remove duplicate includes across multiple files
This commit cleans up redundant header file includes throughout the codebase.
 The changes include:

 - Removing duplicate #include directives that were present in the same file
 - Consolidating includes that were split across multiple lines unnecessarily
 - Removing unused includes that were no longer needed
 - Fixing some formatting issues with includes

 The changes improve code organization and maintainability by:
 - Reducing unnecessary dependencies
 - Making include dependencies more explicit
 - Following consistent include patterns
 - Removing dead code

 No functional changes are made - this is purely a code cleanup commit.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2025-01-09 23:30:23 +08:00
..
CMakeLists.txt cmake:refine nuttx cmake build system fix CMake build missing part 2024-10-13 02:25:06 +08:00
gnu-elf.ld modlib:need add ctors to init_array and dtors to fini_array 2024-11-12 18:48:33 +08:00
Kconfig libc/modlib: Make modlib selectable from defconfig 2024-10-16 10:11:20 +08:00
Make.defs modlib:Move addrenv logic to modlib 2024-10-12 12:29:06 +08:00
modlib.h modlib:move modlib_findsection to common headfile 2024-10-12 12:29:06 +08:00
modlib_addrenv.c modlib:Move addrenv logic to modlib 2024-10-12 12:29:06 +08:00
modlib_bind.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
modlib_depend.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_gethandle.c modlib/dlfcn:unify same code 2024-09-29 15:06:54 +08:00
modlib_getsymbol.c modlib/dlfcn:unify same code 2024-09-29 15:06:54 +08:00
modlib_globals.S libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_init.c modlib:Allow loading elf from block devices 2024-10-12 12:29:06 +08:00
modlib_insert.c modlib:so need export symbol, exec elf not need 2024-10-15 03:20:05 +08:00
modlib_iobuffer.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_load.c libs/modlib: Load data using up_textheap_data_address 2024-11-05 02:42:03 +08:00
modlib_loadhdrs.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_read.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_registry.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_remove.c modlib:if elf in romfs/tmpfs, try use xipbase 2024-10-16 18:40:06 +08:00
modlib_sections.c binfmt/modlib: move modlib_sectname to public 2024-10-12 12:29:06 +08:00
modlib_symbols.c modlib/modlib_symbols.c: Fix usage of void* arithmetics 2024-10-17 22:54:33 +08:00
modlib_symtab.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
modlib_uninit.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
modlib_unload.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
modlib_verify.c modlib:support modlib can load exec 2024-10-12 12:29:06 +08:00