Commit a88ef93b authored by Mans Rullgard's avatar Mans Rullgard

mpegaudiodec: group #includes more sanely

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 0d849074
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment