nuttx/arch/sim/src
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
..
cmake cmake(bugfix):fix CMake build break on MacOS 2024-12-05 23:36:16 +08:00
sim Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
.gitignore arch/sim: Copy include/nuttx/config.h to the local folder 2021-07-27 07:44:33 +09:00
CMakeLists.txt arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Makefile sim: Disable chained fixups for sim_macho_init.c 2025-01-07 23:28:30 +08:00
nuttx-names.in arch/sim/src/nuttx-names.in: Add pipe2 2024-12-19 14:46:59 +08:00