]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_parse.c
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
[vlc] / plugins / ac3_adec / ac3_parse.c
index a14c17ba128524e41876cbcf21b57ac08d422594..3d1aba7e92e9e8449fb77f8c7c448c53e83cef7d 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_parse.c: ac3 parsing procedures
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_parse.c,v 1.3 2001/11/28 15:08:04 massiot Exp $
+ * $Id: ac3_parse.c,v 1.4 2001/12/09 17:01:36 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -30,7 +30,6 @@
 
 #include <string.h>                                              /* memset() */
 
-#include "config.h"
 #include "common.h"
 #include "intf_msg.h"
 #include "threads.h"