summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/huffsv46.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmusepack/huffsv46.c')
-rw-r--r--apps/codecs/libmusepack/huffsv46.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libmusepack/huffsv46.c b/apps/codecs/libmusepack/huffsv46.c
index 833b64b454..20d754c7bb 100644
--- a/apps/codecs/libmusepack/huffsv46.c
+++ b/apps/codecs/libmusepack/huffsv46.c
@@ -35,9 +35,9 @@
35/// \file huffsv46.c 35/// \file huffsv46.c
36/// Implementations of huffman decoding for streamversions < 7. 36/// Implementations of huffman decoding for streamversions < 7.
37 37
38#include <musepack.h> 38#include "musepack.h"
39#include <requant.h> 39#include "requant.h"
40#include <huffman.h> 40#include "huffman.h"
41 41
42#ifdef MPC_SUPPORT_SV456 42#ifdef MPC_SUPPORT_SV456
43 43