Commit af04f84e authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8905 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f2513b5b
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
* @file dca_parser.c * @file dca_parser.c
*/ */
#include "avcodec.h"
#include "parser.h" #include "parser.h"
#include "dca.h" #include "dca.h"
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
* h261codec. * h261codec.
*/ */
#include "dsputil.h"
#include "parser.h" #include "parser.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* @file vc1_parser.c * @file vc1_parser.c
* VC-1 and WMV3 parser * VC-1 and WMV3 parser
*/ */
#include "dsputil.h"
#include "parser.h" #include "parser.h"
#define VC1_PARSER_ONLY #define VC1_PARSER_ONLY
#include "vc1.h" #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