[vlc-commits] access/udp: drop unused include

Tristan Matthews git at videolan.org
Sun May 19 17:58:50 CEST 2019


vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sun May 19 11:54:59 2019 -0400| [e06f88d0d0b361ee1faeebc2f18985f57f44a8dc] | committer: Tristan Matthews

access/udp: drop unused include

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

 modules/access/udp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/udp.c b/modules/access/udp.c
index d30b2e5c37..a4946ef5a7 100644
--- a/modules/access/udp.c
+++ b/modules/access/udp.c
@@ -35,7 +35,6 @@
 # include "config.h"
 #endif
 
-#include <errno.h>
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_access.h>



More information about the vlc-commits mailing list