]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_vdec/vpar_blocks.c
Some heavy changes today:
[vlc] / plugins / mpeg_vdec / vpar_blocks.c
index fa83662a2b95d4d7bbe096e830b93b2e09a79392..e4e2893d4dabfa0e1028bbe9701571a249b94593 100644 (file)
@@ -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 <walken@zoy.org>
  *          Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                                /* memset */
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
+#include <videolan/vlc.h>
 
 #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 :