diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 08:53:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 10:19:02 +0100 |
commit | 333a08ebf9ceb86d5f9354f96321c4c0f704374e (patch) | |
tree | 2da12e51442fe0a912f5811c0ed21a59dbfa9967 /src/ReplayGainConfig.cxx | |
parent | 989c9a7317354a538aef7c3ed35cf995a9afc6e1 (diff) | |
download | mpd-333a08ebf9ceb86d5f9354f96321c4c0f704374e.tar.gz mpd-333a08ebf9ceb86d5f9354f96321c4c0f704374e.tar.xz mpd-333a08ebf9ceb86d5f9354f96321c4c0f704374e.zip |
replay_gain_info, ...: use cmath instead of math.h in C++ mode
Fixes build problems with mingw32.
Diffstat (limited to 'src/ReplayGainConfig.cxx')
-rw-r--r-- | src/ReplayGainConfig.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ReplayGainConfig.cxx b/src/ReplayGainConfig.cxx index df07e43c5..d2fe309ca 100644 --- a/src/ReplayGainConfig.cxx +++ b/src/ReplayGainConfig.cxx @@ -33,7 +33,6 @@ extern "C" { #include <assert.h> #include <stdlib.h> #include <string.h> -#include <math.h> enum replay_gain_mode replay_gain_mode = REPLAY_GAIN_OFF; |