]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/mpeg_adec_generic.c
Some heavy changes today:
[vlc] / plugins / mpeg_adec / mpeg_adec_generic.c
index 942d008a27fcfead27627d713908495c1e92805e..8a7ec655a248371468650ba585547a5c90cc91ef 100644 (file)
@@ -2,7 +2,7 @@
  * adec_generic.c: MPEG audio decoder
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: mpeg_adec_generic.c,v 1.4 2001/12/10 04:53:11 sam Exp $
+ * $Id: mpeg_adec_generic.c,v 1.5 2001/12/30 07:09:55 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@via.ecp.fr>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-#include "defs.h"
-
 #include <string.h>                                    /* memcpy(), memset() */
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
+#include <videolan/vlc.h>
 
 #include "input_ext-dec.h"
 #include "stream_control.h"
@@ -40,9 +35,6 @@
 #include "adec_layer1.h"
 #include "adec_layer2.h"
 
-#include "modules.h"
-#include "modules_export.h"     /* Used for exporting vlc symbols to plugins */
-
 int adec_Init( adec_thread_t * p_adec )
 {
     p_adec->bank_0.actual = p_adec->bank_0.v1;