]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_parse.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / ac3_adec / ac3_parse.c
index 3d1aba7e92e9e8449fb77f8c7c448c53e83cef7d..6e73f030bd06dbc6e719a78f3fccf80486cbc18b 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_parse.c: ac3 parsing procedures
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: ac3_parse.c,v 1.4 2001/12/09 17:01:36 sam Exp $
+ * $Id: ac3_parse.c,v 1.5 2001/12/10 04:53:10 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
 
 #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"