# HG changeset patch # User aurel # Date 1178667042 0 # Node ID 25cd2084129a41071f059c28a7d11345efe4f277 # Parent b42e963c81497b52750edb79498ce11a493f3ede remove no more useful includes diff -r b42e963c8149 -r 25cd2084129a parser.c --- a/parser.c Tue May 08 23:29:07 2007 +0000 +++ b/parser.c Tue May 08 23:30:42 2007 +0000 @@ -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;