]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg_adec/adec_layer2.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / mpeg_adec / adec_layer2.c
index e05774e97a68e193bbb959763de05166cb857d99..af8fa7f789335c1e61eb3a37d2a8cc30c8d8baec 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.3 2001/12/09 17:01:36 sam Exp $
+ * $Id: adec_layer2.c,v 1.4 2001/12/10 04:53:11 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@via.ecp.fr>
@@ -31,7 +31,6 @@
 #include "intf_msg.h"
 #include "threads.h"
 #include "mtime.h"
-#include "modules_export.h"
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
@@ -39,6 +38,8 @@
 #include "mpeg_adec.h"
 #include "adec_math.h"                                     /* DCT32(), PCM() */
 
+#include "modules_export.h"
+
 /**** wkn ****/
 
 static float adec_scalefactor_table[64] =