replay_gain: don't include os_compat.h
os_compat.h is deprecated and should be replaced with well-defined standard headers.
This commit is contained in:
parent
bc1999f815
commit
05e69ac086
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user