From 5726d9f06a2c6ccce0a30a5cdd7ff93b4d6fae79 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Jul 2024 17:04:52 +0200 Subject: [PATCH] mixer/Memento: include cleanup --- src/mixer/Memento.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mixer/Memento.cxx b/src/mixer/Memento.cxx index a7d185ebb..5a5fe9d55 100644 --- a/src/mixer/Memento.cxx +++ b/src/mixer/Memento.cxx @@ -3,7 +3,6 @@ #include "Memento.hxx" #include "output/MultipleOutputs.hxx" -#include "Idle.hxx" #include "util/StringCompare.hxx" #include "io/BufferedOutputStream.hxx"