walnux/include/nuttx/lib
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
..
builtin.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
float.h float.h: Define FLT_ROUNDS if not defined by toolchain previously 2024-12-03 08:38:58 +08:00
lib.h rename lib_pathbuffer to lib_tempbuffer 2025-01-07 21:54:33 +08:00
math.h Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
math32.h math: remove is_power_of_2() keep IS_POWER_OF_2() 2024-10-07 18:39:27 +08:00
modlib.h modlib:if elf in romfs/tmpfs, try use xipbase 2024-10-16 18:40:06 +08:00
setjmp.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
stdarg.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00
xorshift128.h include: migrate to SPDX identifier 2024-10-04 08:18:42 +08:00