[vlc-commits] modules: remove unneeded signal.h include

Steve Lhomme git at videolan.org
Fri Jun 19 08:25:54 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 30 07:08:49 2020 +0200| [6b54133e24a4c24e9eb94f6c6015388cfc43b170] | committer: Steve Lhomme

modules: remove unneeded signal.h include

(cherry picked from commit 4d2df8f8791e2fbe03ee8a4306fcfe64570d3d64) (edited)

edited:
- the rc module is now called oldrc in the master branch

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

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

 modules/access_output/file.c | 1 -
 modules/control/oldrc.c      | 1 -
 2 files changed, 2 deletions(-)

diff --git a/modules/access_output/file.c b/modules/access_output/file.c
index fbefce0be8..ef4f2d18d1 100644
--- a/modules/access_output/file.c
+++ b/modules/access_output/file.c
@@ -31,7 +31,6 @@
 #endif
 
 #include <assert.h>
-#include <signal.h>
 #include <sys/types.h>
 #include <fcntl.h>
 #include <errno.h>
diff --git a/modules/control/oldrc.c b/modules/control/oldrc.c
index 0f56cb65d4..85b21183e8 100644
--- a/modules/control/oldrc.c
+++ b/modules/control/oldrc.c
@@ -31,7 +31,6 @@
 #endif
 
 #include <errno.h>                                                 /* ENOMEM */
-#include <signal.h>
 #include <assert.h>
 #include <math.h>
 



More information about the vlc-commits mailing list