]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_exponent.c
* ALL: the first libvlc commit.
[vlc] / plugins / ac3_adec / ac3_exponent.c
index 69efe2aaccd9411047ff21fee0dd7228e2e59fde..16e1fbf7084d6fb24bf37cc4be95e33cb3c5e02a 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_exponent.c: ac3 exponent calculations
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_exponent.c,v 1.5 2001/12/10 04:53:10 sam Exp $
+ * $Id: ac3_exponent.c,v 1.7 2002/06/01 12:31:58 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@zoy.org>
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                    /* memcpy(), memset() */
 
-#include "common.h"
-#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
-#include "threads.h"
-#include "mtime.h"
-
-#include "audio_output.h"
-
-#include "stream_control.h"
-#include "input_ext-dec.h"
-
-#include "modules.h"
-#include "modules_export.h"
+#include <vlc/vlc.h>
+#include <vlc/decoder.h>
 
 #include "ac3_imdct.h"
 #include "ac3_downmix.h"
-#include "ac3_decoder.h"
+#include "ac3_adec.h"
 
 #include "ac3_internal.h"