vlc | branch: master | Steve Lhomme <[email protected]> | Wed Dec 23 12:58:49 2015 +0100| [427731866a3ee7d9699a989772755efbfcb17d5f] | committer: Jean-Baptiste Kempf
chromecast: remove unused headers Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=427731866a3ee7d9699a989772755efbfcb17d5f --- modules/stream_out/chromecast/cast.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp index a5a6d6f..6fd0784 100644 --- a/modules/stream_out/chromecast/cast.cpp +++ b/modules/stream_out/chromecast/cast.cpp @@ -31,19 +31,9 @@ #include "chromecast.h" -#ifdef HAVE_POLL -# include <poll.h> -#endif - #include <vlc_sout.h> -#include <vlc_url.h> #include <vlc_threads.h> -#include <cerrno> - -#include <google/protobuf/io/zero_copy_stream_impl.h> -#include <google/protobuf/io/coded_stream.h> - struct sout_stream_sys_t { sout_stream_sys_t(intf_sys_t *intf) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
