]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_exponent.c
Some heavy changes today:
[vlc] / plugins / ac3_adec / ac3_exponent.c
index 69efe2aaccd9411047ff21fee0dd7228e2e59fde..4f5b851eddadd2dab8f3bfe7f05f94c1025ff139 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.6 2001/12/30 07:09:54 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 <videolan/vlc.h>
 
 #include "audio_output.h"
 
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-#include "modules.h"
-#include "modules_export.h"
-
 #include "ac3_imdct.h"
 #include "ac3_downmix.h"
 #include "ac3_decoder.h"