vlc | branch: master | Steve Lhomme <[email protected]> | Tue May 3 16:01:38 2016 +0200| [11b3334eb6e54ea3fdc722f95b4f0b157c92b537] | committer: Jean-Baptiste Kempf
chromecast: remove unused include Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11b3334eb6e54ea3fdc722f95b4f0b157c92b537 --- modules/stream_out/chromecast/chromecast.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/stream_out/chromecast/chromecast.h b/modules/stream_out/chromecast/chromecast.h index 3b13c4a..fc4e081 100644 --- a/modules/stream_out/chromecast/chromecast.h +++ b/modules/stream_out/chromecast/chromecast.h @@ -30,9 +30,7 @@ #define VLC_CHROMECAST_H #include <vlc_common.h> -#include <vlc_interface.h> #include <vlc_plugin.h> -#include <vlc_sout.h> #include <vlc_tls.h> #include <sstream> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
