aboutsummaryrefslogtreecommitdiff
path: root/src/ReplayGainConfig.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 08:53:08 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 10:19:02 +0100
commit333a08ebf9ceb86d5f9354f96321c4c0f704374e (patch)
tree2da12e51442fe0a912f5811c0ed21a59dbfa9967 /src/ReplayGainConfig.cxx
parent989c9a7317354a538aef7c3ed35cf995a9afc6e1 (diff)
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.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ReplayGainConfig.cxx b/src/ReplayGainConfig.cxx
index df07e43c..d2fe309c 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;