]> git.sesse.net Git - vlc/blobdiff - include/vlc/intf.h
* Introduced a new text_style_t
[vlc] / include / vlc / intf.h
index 1c254d4629136a781fb35a35cd77dab9ddf90ea6..58e29930c119790a84b1751dab022c6f3999b711 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intf.h: interface header for vlc
  *****************************************************************************
- * Copyright (C) 2002 VideoLAN
+ * Copyright (C) 2002 the VideoLAN team
  * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_INTF_H
@@ -35,9 +35,9 @@ extern "C" {
  * Required internal headers
  *****************************************************************************/
 #include "vlc_interface.h"
+#include "vlc_es.h"
+#include "vlc_input.h"
 #include "intf_eject.h"
-#include "stream_control.h"
-#include "input_ext-intf.h"
 #include "vlc_playlist.h"
 
 # ifdef __cplusplus