Commit 05e69ac0 authored by Max Kellermann's avatar Max Kellermann

replay_gain: don't include os_compat.h

os_compat.h is deprecated and should be replaced with well-defined standard headers.
parent bc1999f8
...@@ -21,9 +21,11 @@ ...@@ -21,9 +21,11 @@
#include "conf.h" #include "conf.h"
#include "audio_format.h" #include "audio_format.h"
#include "pcm_utils.h" #include "pcm_utils.h"
#include "os_compat.h"
#include <glib.h> #include <glib.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
static const char *const replay_gain_mode_names[] = { static const char *const replay_gain_mode_names[] = {
[REPLAY_GAIN_ALBUM] = "album", [REPLAY_GAIN_ALBUM] = "album",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment