Commit 3dfd0c49 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not include vlc/vlc.h from libvlccore header files

If something depended on this behaviour, it should really be fixed...
parent 3561b9b2
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#ifndef _VLC_STREAMING_H_ #ifndef _VLC_STREAMING_H_
#define _VLC_STREAMING_H_ #define _VLC_STREAMING_H_
#include <vlc/vlc.h>
/*********************************************************************** /***********************************************************************
* Predefined lists of streaming data * Predefined lists of streaming data
***********************************************************************/ ***********************************************************************/
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#ifndef _VLC_STRINGS_H #ifndef _VLC_STRINGS_H
#define _VLC_STRINGS_H 1 #define _VLC_STRINGS_H 1
#include <vlc/vlc.h>
/** /**
* \defgroup strings Strings * \defgroup strings Strings
* @{ * @{
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#ifndef _VLC_UPDATE_H #ifndef _VLC_UPDATE_H
#define _VLC_UPDATE_H #define _VLC_UPDATE_H
#include <vlc/vlc.h>
/** /**
* \defgroup update Update * \defgroup update Update
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment