diff options
Diffstat (limited to '')
-rw-r--r-- | src/CrossFade.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/CrossFade.cxx b/src/CrossFade.cxx index 601d74dc2..bb585db5a 100644 --- a/src/CrossFade.cxx +++ b/src/CrossFade.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 @@ -26,8 +26,6 @@ #include "Log.hxx" #include <assert.h> -#include <string.h> -#include <stdlib.h> static constexpr Domain cross_fade_domain("cross_fade"); |