diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlayerControl.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx index f180874b0..74b4673bc 100644 --- a/src/PlayerControl.cxx +++ b/src/PlayerControl.cxx @@ -21,9 +21,8 @@ #include "PlayerControl.hxx" #include "Idle.hxx" #include "Song.hxx" -#include "DecoderControl.hxx" -#include <cmath> +#include <algorithm> #include <assert.h> |