remove no more useful includes
authorAurelien Jacobs <aurel@gnuage.org>
Tue, 8 May 2007 23:30:42 +0000 (23:30 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Tue, 8 May 2007 23:30:42 +0000 (23:30 +0000)
Originally committed as revision 8943 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/parser.c

index 482ace2..1922419 100644 (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;