aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/flac_common.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/flac_common.c (renamed from src/decoder/_flac_common.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_flac_common.c b/src/decoder/flac_common.c
index bab3995f0..510d16d59 100644
--- a/src/decoder/_flac_common.c
+++ b/src/decoder/flac_common.c
@@ -22,7 +22,7 @@
*/
#include "config.h"
-#include "_flac_common.h"
+#include "flac_common.h"
#include "flac_metadata.h"
#include "flac_pcm.h"
#include "audio_check.h"