mirror of https://git.ffmpeg.org/ffmpeg.git
Remove superfluous #includes, parser.h now includes its prerequisites.
Originally committed as revision 8905 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4c5ea91ca8
commit
bbb7d4c76b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue