diff options
Diffstat (limited to '')
-rw-r--r-- | src/OutputCommand.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/OutputCommand.cxx b/src/OutputCommand.cxx index 10b5bb322..839e9bd88 100644 --- a/src/OutputCommand.cxx +++ b/src/OutputCommand.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -28,7 +28,6 @@ #include "OutputCommand.hxx" #include "OutputAll.hxx" #include "OutputInternal.hxx" -#include "OutputPlugin.hxx" #include "PlayerControl.hxx" #include "MixerControl.hxx" #include "Idle.hxx" |