From 985fd1114896a32fe1decad385004d4617e1f3a9 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 24 Jun 2023 11:27:02 +0100 Subject: [PATCH] Drop unused includes --- mpd-ynca.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mpd-ynca.cpp b/mpd-ynca.cpp index 575be02..717beea 100644 --- a/mpd-ynca.cpp +++ b/mpd-ynca.cpp @@ -1,5 +1,5 @@ // mpd-ynca - An MPD client to control Yamaha AV receivers -// Copyright (C) 2020 James Le Cuirot +// Copyright (C) 2020-2023 James Le Cuirot // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -20,14 +20,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include