From 3dfd0c4914338cc83373e1f4e006acdc0b1b1d43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 31 May 2008 21:49:14 +0300 Subject: [PATCH] Do not include vlc/vlc.h from libvlccore header files If something depended on this behaviour, it should really be fixed... --- include/vlc_streaming.h | 2 -- include/vlc_strings.h | 2 -- include/vlc_update.h | 2 -- 3 files changed, 6 deletions(-) diff --git a/include/vlc_streaming.h b/include/vlc_streaming.h index 4ea6040a2f..d9c6ca3e55 100644 --- a/include/vlc_streaming.h +++ b/include/vlc_streaming.h @@ -28,8 +28,6 @@ #ifndef _VLC_STREAMING_H_ #define _VLC_STREAMING_H_ -#include - /*********************************************************************** * Predefined lists of streaming data ***********************************************************************/ diff --git a/include/vlc_strings.h b/include/vlc_strings.h index 3ab148ff0d..04a787914a 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 - /** * \defgroup strings Strings * @{ diff --git a/include/vlc_update.h b/include/vlc_update.h index 3abc0118b7..6e260f9d50 100644 --- a/include/vlc_update.h +++ b/include/vlc_update.h @@ -29,8 +29,6 @@ #ifndef _VLC_UPDATE_H #define _VLC_UPDATE_H -#include - /** * \defgroup update Update * -- 2.39.2