]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_vdec/vpar_blocks.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / mpeg_vdec / vpar_blocks.c
index 871f892593015160d50ca5b74c90e8d9e39622ec..fa83662a2b95d4d7bbe096e830b93b2e09a79392 100644 (file)
@@ -2,7 +2,7 @@
  * vpar_blocks.c : blocks parsing
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: vpar_blocks.c,v 1.3 2001/12/09 17:01:37 sam Exp $
+ * $Id: vpar_blocks.c,v 1.4 2001/12/10 04:53:11 sam Exp $
  *
  * Authors: Michel Lespinasse <walken@zoy.org>
  *          Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
 #include "video.h"
 #include "video_output.h"
 
-#include "modules_export.h"
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-
 #include "vdec_ext-plugins.h"
 #include "vpar_pool.h"
 #include "video_parser.h"
 
 #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 :