Remove unnecessary includes

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
This commit is contained in:
Mario Limonciello (AMD)
2025-08-15 14:35:47 -05:00
committed by Galantsev, Dmitrii
parent 05f79879c3
commit 924a06d1e1
72 changed files with 59 additions and 198 deletions
@@ -20,17 +20,12 @@
* THE SOFTWARE.
*/
#include <stdint.h>
#include <stddef.h>
#include <iostream>
#include <string>
#include <gtest/gtest.h>
#include "amd_smi/amdsmi.h"
#include "api_support_read.h"
#include "../test_common.h"
#include "../test_utils.h"
TestAPISupportRead::TestAPISupportRead() : TestBase() {
set_title("AMDSMI API Support Read Test");