]> git.sesse.net Git - vlc/blobdiff - include/vlc/intf.h
* all: rework of the input.
[vlc] / include / vlc / intf.h
index c8185f7bf7ba5f2791b658e3c0d6a7854c5fa8ea..5751594a7632d085b81abec3d65bf8d8898bbcb7 100644 (file)
@@ -2,13 +2,13 @@
  * intf.h: interface header for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: intf.h,v 1.3 2003/06/24 13:33:49 sam Exp $
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -35,10 +35,9 @@ extern "C" {
  * Required internal headers
  *****************************************************************************/
 #include "vlc_interface.h"
+#include "vlc_input.h"
 #include "intf_eject.h"
 #include "vlc_playlist.h"
-#include "stream_control.h"
-#include "input_ext-intf.h"
 
 # ifdef __cplusplus
 }