nuttx-mirror/drivers/leds
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
..
apa102.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
CMakeLists.txt drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig Made the PWM frequency of the RGB driver configurable from the menu. 2023-07-05 00:49:44 +08:00
lp503x.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
max7219.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ncp5623c.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
pca9635pw.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
rgbled.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
userled_lower.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
userled_upper.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ws2812.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00