]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_imdct.c
Some heavy changes today:
[vlc] / plugins / ac3_adec / ac3_imdct.c
index 143c9d2dcd4bd3cf42dfcb8e57cb02e9442b3de6..2bd40e2ca7b82bbed0477f28ade17e427a1c4018 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_imdct.c: ac3 DCT
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_imdct.c,v 1.6 2001/12/10 04:53:10 sam Exp $
+ * $Id: ac3_imdct.c,v 1.7 2001/12/30 07:09:54 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                              /* memcpy() */
 
 #include <math.h>
 #include <stdio.h>
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
+#include <videolan/vlc.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"