Commit bbb7d4c7 authored by Diego Biurrun's avatar Diego Biurrun

Remove superfluous #includes, parser.h now includes its prerequisites.

Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4c5ea91c
......@@ -26,7 +26,6 @@
* @file dca_parser.c
*/
#include "avcodec.h"
#include "parser.h"
#include "dca.h"
......
......@@ -25,7 +25,6 @@
* h261codec.
*/
#include "dsputil.h"
#include "parser.h"
......
......@@ -24,7 +24,7 @@
* @file vc1_parser.c
* VC-1 and WMV3 parser
*/
#include "dsputil.h"
#include "parser.h"
#define VC1_PARSER_ONLY
#include "vc1.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