]> git.sesse.net Git - vlc/commitdiff
Do not include vlc/vlc.h from libvlccore header files
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 31 May 2008 18:49:14 +0000 (21:49 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 31 May 2008 19:10:31 +0000 (22:10 +0300)
If something depended on this behaviour, it should really be fixed...

include/vlc_streaming.h
include/vlc_strings.h
include/vlc_update.h

index 4ea6040a2f632d1693e3eb2ce2623670eed97dad..d9c6ca3e5593aedd4082f278c4abcf792f129336 100644 (file)
@@ -28,8 +28,6 @@
 #ifndef _VLC_STREAMING_H_
 #define _VLC_STREAMING_H_
 
-#include <vlc/vlc.h>
-
 /***********************************************************************
  * Predefined lists of streaming data
  ***********************************************************************/
index 3ab148ff0d1de69068b017c308f95c5fe299d515..04a787914a1d1071911e12c1b94aedeee3951395 100644 (file)
@@ -28,8 +28,6 @@
 #ifndef _VLC_STRINGS_H
 #define _VLC_STRINGS_H 1
 
-#include <vlc/vlc.h>
-
 /**
  * \defgroup strings Strings
  * @{
index 3abc0118b73bc98bb18a8158eb72d62d66adeea3..6e260f9d50267d26419a4d955b5c03db2a681b24 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef _VLC_UPDATE_H
 #define _VLC_UPDATE_H
 
-#include <vlc/vlc.h>
-
 /**
  * \defgroup update Update
  *