Commit f255a28d authored by Mans Rullgard's avatar Mans Rullgard

mpegaudio: clean up #includes

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 0199e00b
......@@ -21,7 +21,6 @@
*/
#include "parser.h"
#include "mpegaudio.h"
#include "mpegaudiodecheader.h"
......
......@@ -27,7 +27,7 @@
#ifndef AVCODEC_MPEGAUDIODATA_H
#define AVCODEC_MPEGAUDIODATA_H
#include "libavutil/common.h"
#include <stdint.h>
#define MODE_EXT_MS_STEREO 2
#define MODE_EXT_I_STEREO 1
......
......@@ -27,7 +27,6 @@
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
#include "mathops.h"
#include "mpegaudiodsp.h"
......
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