X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fmpeg_vdec%2Fvpar_blocks.c;h=e4e2893d4dabfa0e1028bbe9701571a249b94593;hb=cc0f0bb6fd28d5ed3463be4a227990cbae8a849f;hp=fa83662a2b95d4d7bbe096e830b93b2e09a79392;hpb=316a83ad927740cbc96c100be88eb481eb04f573;p=vlc diff --git a/plugins/mpeg_vdec/vpar_blocks.c b/plugins/mpeg_vdec/vpar_blocks.c index fa83662a2b..e4e2893d4d 100644 --- a/plugins/mpeg_vdec/vpar_blocks.c +++ b/plugins/mpeg_vdec/vpar_blocks.c @@ -2,7 +2,7 @@ * vpar_blocks.c : blocks parsing ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN - * $Id: vpar_blocks.c,v 1.4 2001/12/10 04:53:11 sam Exp $ + * $Id: vpar_blocks.c,v 1.5 2001/12/30 07:09:56 sam Exp $ * * Authors: Michel Lespinasse * Aaron Holtzman @@ -26,14 +26,9 @@ /***************************************************************************** * Preamble *****************************************************************************/ -#include "defs.h" - #include /* memset */ -#include "common.h" -#include "intf_msg.h" -#include "threads.h" -#include "mtime.h" +#include #include "video.h" #include "video_output.h" @@ -47,8 +42,6 @@ #include "vpar_blocks.h" -#include "modules_export.h" - /* * Welcome to vpar_blocks.c ! Here's where the heavy processor-critical parsing * task is done. This file is divided in several parts :