[vlc-commits] rist: remove problematic redundant header include

Pierre Ynard git at videolan.org
Tue Dec 15 09:55:56 UTC 2020


vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Dec 15 10:53:29 2020 +0100| [76cc138bdb0e17e22007c04bbdf85359586c3c9f] | committer: Pierre Ynard

rist: remove problematic redundant header include

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=76cc138bdb0e17e22007c04bbdf85359586c3c9f
---

 modules/access_output/rist.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access_output/rist.c b/modules/access_output/rist.c
index 0aa82cb118..27fe6274ab 100644
--- a/modules/access_output/rist.c
+++ b/modules/access_output/rist.c
@@ -39,7 +39,6 @@
 #include <poll.h>
 #endif
 #include <sys/time.h>
-#include <sys/socket.h>
 
 #include "../access/rist.h"
 



More information about the vlc-commits mailing list