OSDN Git Service

mpegaudiodec: group #includes more sanely
authorMans Rullgard <mans@mansr.com>
Mon, 9 May 2011 12:55:24 +0000 (13:55 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 9 May 2011 21:27:16 +0000 (22:27 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/mpegaudiodec.c

index 0d26414..7fd6bd2 100644 (file)
@@ -28,6 +28,7 @@
 #include "avcodec.h"
 #include "get_bits.h"
 #include "dsputil.h"
+#include "mathops.h"
 
 /*
  * TODO:
@@ -37,8 +38,6 @@
 #include "mpegaudio.h"
 #include "mpegaudiodecheader.h"
 
-#include "mathops.h"
-
 #if CONFIG_FLOAT
 #   define SHR(a,b)       ((a)*(1.0f/(1<<(b))))
 #   define compute_antialias compute_antialias_float