diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 14:58:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-20 14:58:09 +0200 |
commit | 1ca8052640590c5206068fc4729a4c9b1d0a787e (patch) | |
tree | 437cfae3bee935e9e139b81aad01bbd43fe83131 /libavcodec/parser.c | |
parent | 42d6d249b0f9db7321766477b0f0736c5bc1c86c (diff) | |
download | ffmpeg-1ca8052640590c5206068fc4729a4c9b1d0a787e.tar.gz |
avcodec/parser: Remove duplicate header inlcude
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/parser.c')
-rw-r--r-- | libavcodec/parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 406a65f90c..b06a959560 100644 --- a/libavcodec/parser.c +++ b/libavcodec/parser.c @@ -29,7 +29,6 @@ #include "internal.h" #include "parser.h" -#include "internal.h" static AVCodecParser *av_first_parser = NULL; |