From 8e8c46384933cc12d25d89bab8a48573dc6ef92d Mon Sep 17 00:00:00 2001 From: Stefan Oberhumer Date: Thu, 30 May 2024 23:10:51 +0200 Subject: [PATCH] NFC: Includes list: Remove unneeded PinMapping.h --- src/Utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Utils.cpp b/src/Utils.cpp index 6bedd2cbd..6abe4dd19 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,12 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * Copyright (C) 2022 - 2023 Thomas Basler and others + * Copyright (C) 2022 - 2024 Thomas Basler and others */ + #include "Utils.h" #include "Display_Graphic.h" #include "Led_Single.h" #include "MessageOutput.h" -#include "PinMapping.h" #include #include