remove no more useful includes

Originally committed as revision 8943 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-05-08 23:30:42 +00:00
parent 679c2294cb
commit 1fddeecd1d
1 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,7 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "mpegvideo.h"
#include "mpegaudio.h"
#include "parser.h"
AVCodecParser *av_first_parser = NULL;