]> git.sesse.net Git - vlc/blobdiff - modules/access_output/udp.c
Remove useless <fcntl.h> inclusions
[vlc] / modules / access_output / udp.c
index afb9bf16dc417ca5500eb41436169fabcf8e9b99..21ff9a4de49f2423a6150c2508f3a296c546b0f7 100644 (file)
@@ -33,7 +33,6 @@
 #include <vlc_plugin.h>
 
 #include <sys/types.h>
-#include <fcntl.h>
 #include <assert.h>
 
 #include <vlc_sout.h>