mirror of
https://github.com/apache/nuttx.git
synced 2026-08-24 23:18:21 +00:00
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> |
||
|---|---|---|
| .. | ||
| esp32-devkitc.h | ||
| esp32_appinit.c | ||
| esp32_boot.c | ||
| esp32_bringup.c | ||
| esp32_buttons.c | ||
| esp32_gpio.c | ||
| esp32_ledc.c | ||
| esp32_mmcsd.c | ||
| esp32_reset.c | ||
| esp32_twai.c | ||
| esp32_userleds.c | ||
| esp32_w5500.c | ||
| esp32_ws2812.c | ||
| Make.defs | ||