[vlc-commits] modules: remove unneeded signal.h include
Steve Lhomme
git at videolan.org
Mon May 18 16:18:57 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 30 07:08:49 2020 +0200| [4d2df8f8791e2fbe03ee8a4306fcfe64570d3d64] | committer: Steve Lhomme
modules: remove unneeded signal.h include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d2df8f8791e2fbe03ee8a4306fcfe64570d3d64
---
modules/access_output/file.c | 1 -
modules/control/rc.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/modules/access_output/file.c b/modules/access_output/file.c
index 036a0ceda6..9e7e5c2f6b 100644
--- a/modules/access_output/file.c
+++ b/modules/access_output/file.c
@@ -30,7 +30,6 @@
#endif
#include <assert.h>
-#include <signal.h>
#include <sys/types.h>
#include <fcntl.h>
#include <errno.h>
diff --git a/modules/control/rc.c b/modules/control/rc.c
index 8f7161ecd6..c992d00066 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -30,7 +30,6 @@
#endif
#include <errno.h> /* ENOMEM */
-#include <signal.h>
#include <assert.h>
#include <math.h>
More information about the vlc-commits
mailing list