[vlc-commits] chromecast: remove unused headers

Steve Lhomme git at videolan.org
Wed Dec 23 20:28:27 CET 2015


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Dec 23 12:58:49 2015 +0100| [427731866a3ee7d9699a989772755efbfcb17d5f] | committer: Jean-Baptiste Kempf

chromecast: remove unused headers

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

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



More information about the vlc-commits mailing list