]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_decoder.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / ac3_adec / ac3_decoder.c
index ad0cbc5eb2242c72cb77e066595028cc4029c440..8c2dd36475bf218600954c76d47fbfc1432d276d 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_decoder.c: core ac3 decoder
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_decoder.c,v 1.4 2001/12/09 17:01:36 sam Exp $
+ * $Id: ac3_decoder.c,v 1.5 2001/12/10 04:53:10 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Michel Lespinasse <walken@zoy.org>
 
 #include "audio_output.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"