From 89fbcbf66a2bb06ac53e4cd151649755e6183a36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:19:20 +0000 Subject: [PATCH] style: clang-tidy auto fixes (#2862) --- tests/unit/etl/LoadingTests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/etl/LoadingTests.cpp b/tests/unit/etl/LoadingTests.cpp index 5904027ee..143f915a2 100644 --- a/tests/unit/etl/LoadingTests.cpp +++ b/tests/unit/etl/LoadingTests.cpp @@ -19,7 +19,6 @@ #include "data/Types.hpp" #include "etl/InitialLoadObserverInterface.hpp" -#include "etl/LoaderInterface.hpp" #include "etl/Models.hpp" #include "etl/RegistryInterface.hpp" #include "etl/SystemState.hpp"