[vlc-devel] commit: Do not include vlc/vlc.h from libvlccore header files ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 31 21:08:59 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat May 31 21:49:14 2008 +0300| [3dfd0c4914338cc83373e1f4e006acdc0b1b1d43]
Do not include vlc/vlc.h from libvlccore header files
If something depended on this behaviour, it should really be fixed...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dfd0c4914338cc83373e1f4e006acdc0b1b1d43
---
include/vlc_streaming.h | 2 --
include/vlc_strings.h | 2 --
include/vlc_update.h | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/include/vlc_streaming.h b/include/vlc_streaming.h
index 4ea6040..d9c6ca3 100644
--- a/include/vlc_streaming.h
+++ b/include/vlc_streaming.h
@@ -28,8 +28,6 @@
#ifndef _VLC_STREAMING_H_
#define _VLC_STREAMING_H_
-#include <vlc/vlc.h>
-
/***********************************************************************
* Predefined lists of streaming data
***********************************************************************/
diff --git a/include/vlc_strings.h b/include/vlc_strings.h
index 3ab148f..04a7879 100644
--- a/include/vlc_strings.h
+++ b/include/vlc_strings.h
@@ -28,8 +28,6 @@
#ifndef _VLC_STRINGS_H
#define _VLC_STRINGS_H 1
-#include <vlc/vlc.h>
-
/**
* \defgroup strings Strings
* @{
diff --git a/include/vlc_update.h b/include/vlc_update.h
index 3abc011..6e260f9 100644
--- a/include/vlc_update.h
+++ b/include/vlc_update.h
@@ -29,8 +29,6 @@
#ifndef _VLC_UPDATE_H
#define _VLC_UPDATE_H
-#include <vlc/vlc.h>
-
/**
* \defgroup update Update
*
More information about the vlc-devel
mailing list