Removed unused includes

This commit is contained in:
Dmitry Kychanov 2024-10-11 16:40:08 +04:00 committed by Adam Honse
parent b3b9ebb3b7
commit 300abac9a8
148 changed files with 20 additions and 331 deletions

View file

@ -10,15 +10,12 @@
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "Detector.h"
#include "ASRockASRRGBSMBusController.h"
#include "ASRockPolychromeV1SMBusController.h"
#include "ASRockPolychromeV2SMBusController.h"
#include "LogManager.h"
#include "RGBController.h"
#include "RGBController_ASRockASRRGBSMBus.h"
#include "RGBController_ASRockPolychromeV1SMBus.h"
#include "RGBController_ASRockPolychromeV2SMBus.h"