]> git.sesse.net Git - vlc/blobdiff - plugins/dvd/input_dvd.c
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / dvd / input_dvd.c
index 0decae62fa17ca34721fefecf51b06e871bed560..773852b60c8366b8975c2804f70832dddd6701c4 100644 (file)
@@ -10,7 +10,7 @@
  *  -dvd_udf to find files
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: input_dvd.c,v 1.105 2001/12/07 18:33:07 sam Exp $
+ * $Id: input_dvd.c,v 1.106 2001/12/10 04:53:10 sam Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -77,9 +77,6 @@
 #   include "input_iovec.h"
 #endif
 
-#include "modules.h"
-#include "modules_export.h"
-
 #include "stream_control.h"
 #include "input_ext-intf.h"
 #include "input_ext-dec.h"
@@ -91,6 +88,9 @@
 
 #include "debug.h"
 
+#include "modules.h"
+#include "modules_export.h"
+
 /* how many blocks DVDRead will read in each loop */
 #define DVD_BLOCK_READ_ONCE 64
 #define DVD_DATA_READ_ONCE  (4 * DVD_BLOCK_READ_ONCE)