]> git.sesse.net Git - vlc/blobdiff - src/misc/cpu.c
Added VLC_CODEC_BD_PG codec.
[vlc] / src / misc / cpu.c
index 7ddf541ee0ae11c85dd5a6db0311841f17be3373..f223bf859c0b133811a48ee61f5062c8f6e19604 100644 (file)
@@ -33,7 +33,6 @@
 #include <vlc_common.h>
 
 #include <sys/types.h>
-#include <signal.h>                            /* SIGHUP, SIGINT, SIGKILL */
 #ifndef WIN32
 #include <unistd.h>
 #include <sys/wait.h>