]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/intf.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / vcdx / intf.h
index d8196f7529624dc8cd11fa3aded907d592467024..b003c92f37de68e5fee06e61289c2104b16fa184 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#include <vlc/vlc.h>
+#include <vlc_input.h>
+#include "vcdplayer.h"
+
 /*****************************************************************************
  * intf_sys_t: description and status of interface
  *****************************************************************************/
@@ -33,7 +37,7 @@ struct intf_sys_t
   vlc_bool_t      b_infinite_still;  /* True if still wait time is infinite */
   mtime_t         m_still_time;      /* Time in microseconds remaining
                                          to wait in still frame.
-                                    */
+                     */
 #if FINISHED
   vcdplay_ctrl_t      control;
 #else