]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_layer2.c
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
[vlc] / plugins / mpeg_adec / adec_layer2.c
index b341eb1c6cf495c2aa116dcb3a4ade3d95e5d61d..e05774e97a68e193bbb959763de05166cb857d99 100644 (file)
@@ -2,7 +2,7 @@
  * adec_layer2.c: MPEG Layer II audio decoder
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: adec_layer2.c,v 1.2 2001/11/28 15:08:05 massiot Exp $
+ * $Id: adec_layer2.c,v 1.3 2001/12/09 17:01:36 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@via.ecp.fr>
@@ -27,7 +27,6 @@
 #include <stdlib.h>                                                  /* NULL */
 #include <string.h>                                    /* memcpy(), memset() */
 
-#include "config.h"
 #include "common.h"
 #include "intf_msg.h"
 #include "threads.h"