mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 23:18:36 +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> |
||
---|---|---|
.. | ||
audio_dma.c | ||
audio_fake.c | ||
audio_i2s.c | ||
audio_null.c | ||
CMakeLists.txt | ||
cs43l22.c | ||
cs43l22.h | ||
cs43l22_debug.c | ||
cs4344.c | ||
cs4344.h | ||
es8311.c | ||
es8311.h | ||
es8311_debug.c | ||
es8388.c | ||
es8388.h | ||
es8388_debug.c | ||
esxxxx_common.h | ||
Kconfig | ||
Make.defs | ||
tone.c | ||
vs1053.c | ||
vs1053.h | ||
wm8776.c | ||
wm8776.h | ||
wm8904.c | ||
wm8904.h | ||
wm8904_debug.c | ||
wm8994.c | ||
wm8994.h | ||
wm8994_debug.c |