]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_imdct.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / ac3_adec / ac3_imdct.c
index 980f7bd193dcd53ab859ee9f36833087321b430a..143c9d2dcd4bd3cf42dfcb8e57cb02e9442b3de6 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_imdct.c: ac3 DCT
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_imdct.c,v 1.5 2001/12/09 17:01:36 sam Exp $
+ * $Id: ac3_imdct.c,v 1.6 2001/12/10 04:53:10 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
 #include "threads.h"
 #include "mtime.h"
 
-#include "modules.h"
-#include "modules_export.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"