mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
cfd0cc0d1a
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dm90x0.c | ||
e1000.c | ||
e1000.h | ||
enc28j60.c | ||
enc28j60.h | ||
encx24j600.c | ||
encx24j600.h | ||
ftmac100.c | ||
igc.c | ||
igc.h | ||
Kconfig | ||
ksz9477.c | ||
ksz9477_i2c.c | ||
ksz9477_reg.h | ||
lan91c111.c | ||
lan91c111.h | ||
lan9250.c | ||
lan9250.h | ||
loopback.c | ||
Make.defs | ||
netdev_upperhalf.c | ||
phy_notify.c | ||
rpmsgdrv.c | ||
skeleton.c | ||
slip.c | ||
telnet.c | ||
tun.c | ||
w5500.c | ||
wifi_sim.c |