From fb7e65eb2e05df761f61ec81a4c25ef7636a7cc5 Mon Sep 17 00:00:00 2001 From: Hector van der Aa Date: Sun, 17 May 2026 14:49:23 +0200 Subject: [PATCH] Fixed dependency issue --- cpp/telemetry_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/telemetry_common.h b/cpp/telemetry_common.h index 5acdc98..c409427 100644 --- a/cpp/telemetry_common.h +++ b/cpp/telemetry_common.h @@ -2,7 +2,6 @@ // Copyright (C) 2026 Association Exergie // SPDX-License-Identifier: MIT #pragma once -#include #include #pragma pack(push, 1)