]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_spdif/ac3_iec958.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / ac3_spdif / ac3_iec958.c
index bd4722ba783ca832bd6cc287118e115db295d209..faaee452cd79d02b5c7eb6363edff3ef8c87bc77 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_iec958.c: ac3 to spdif converter
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ac3_iec958.c,v 1.3 2001/12/09 17:01:36 sam Exp $
+ * $Id: ac3_iec958.c,v 1.4 2001/12/10 04:53:10 sam Exp $
  *
  * Authors: Stéphane Borel <stef@via.ecp.fr>
  *          Juha Yrjola <jyrjola@cc.hut.fi>
 
 #include "audio_output.h"
 
-#include "modules_export.h"
-
 #include "stream_control.h"
 #include "input_ext-dec.h"
 
-
 #include "ac3_spdif.h"
 #include "ac3_iec958.h"
 
+#include "modules_export.h"
+
 /****************************************************************************
  * Local structures and tables
  ****************************************************************************/