[vlc-commits] chromecast: remove unused include

Steve Lhomme git at videolan.org
Sat May 7 20:33:40 CEST 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue May  3 16:01:38 2016 +0200| [11b3334eb6e54ea3fdc722f95b4f0b157c92b537] | committer: Jean-Baptiste Kempf

chromecast: remove unused include

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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>



More information about the vlc-commits mailing list