mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +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> |
||
|---|---|---|
| .. | ||
| bt_bridge.c | ||
| bt_driver.c | ||
| bt_null.c | ||
| bt_rpmsghci.c | ||
| bt_rpmsghci.h | ||
| bt_rpmsghci_server.c | ||
| bt_slip.c | ||
| bt_uart.c | ||
| bt_uart.h | ||
| bt_uart_bcm4343x.c | ||
| bt_uart_cc2564.c | ||
| bt_uart_generic.c | ||
| bt_uart_shim.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||