diff options
Diffstat (limited to 'src/MixerControl.cxx')
-rw-r--r-- | src/MixerControl.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MixerControl.cxx b/src/MixerControl.cxx index dd4f03543..bdf6fcc2b 100644 --- a/src/MixerControl.cxx +++ b/src/MixerControl.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 @@ -23,7 +23,6 @@ #include "util/Error.hxx" #include <assert.h> -#include <stddef.h> Mixer * mixer_new(const struct mixer_plugin *plugin, void *ao, |