From 5aa453ada3dcd2c704ab1136aba9932be03b539e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Mar 2019 09:57:50 +0100 Subject: [PATCH] input/ffmpeg: include cleanup --- src/input/plugins/FfmpegInputPlugin.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/input/plugins/FfmpegInputPlugin.cxx b/src/input/plugins/FfmpegInputPlugin.cxx index 09597e774..11376ae99 100644 --- a/src/input/plugins/FfmpegInputPlugin.cxx +++ b/src/input/plugins/FfmpegInputPlugin.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2003-2018 The Music Player Daemon Project + * Copyright 2003-2019 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -22,12 +22,10 @@ #include "FfmpegInputPlugin.hxx" #include "lib/ffmpeg/Init.hxx" -#include "lib/ffmpeg/Domain.hxx" #include "lib/ffmpeg/Error.hxx" #include "../InputStream.hxx" #include "../InputPlugin.hxx" #include "PluginUnavailable.hxx" -#include "util/ASCII.hxx" extern "C" { #include