summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mp3_hdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mp3_hdr.c')
-rw-r--r--libmpdemux/mp3_hdr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpdemux/mp3_hdr.c b/libmpdemux/mp3_hdr.c
index d2520f1d8d..6177030316 100644
--- a/libmpdemux/mp3_hdr.c
+++ b/libmpdemux/mp3_hdr.c
@@ -19,8 +19,8 @@
#include <stdio.h>
#include "config.h"
-#include "mp_msg.h"
#include "mp3_hdr.h"
+#include "mp_msg.h"
//----------------------- mp3 audio frame header parser -----------------------
@@ -154,4 +154,3 @@ int mp_get_mp3_header(unsigned char* hbuf,int* chans, int* srate, int* spf, int*
return framesize;
}
-