Commit 477ffff2 authored by Diego Biurrun's avatar Diego Biurrun

The internal header libavutil/internal.h should not be used outside libavutil.

Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fdf70cc5
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#ifndef AVCODEC_AAC_H #ifndef AVCODEC_AAC_H
#define AVCODEC_AAC_H #define AVCODEC_AAC_H
#include "libavutil/internal.h"
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
#include "mpeg4audio.h" #include "mpeg4audio.h"
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#ifndef AVCODEC_AC3DEC_H #ifndef AVCODEC_AC3DEC_H
#define AVCODEC_AC3DEC_H #define AVCODEC_AC3DEC_H
#include "libavutil/internal.h"
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "ac3.h" #include "ac3.h"
#include "get_bits.h" #include "get_bits.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