rpm2cpio: handle bz2 too; code shrink
[oweals/busybox.git] / coreutils / tee.c
index dc947c9358270f2d360812d560122e46a473b9e2..0f24246708a795279231aeb7b977df602ae713f2 100644 (file)
@@ -11,7 +11,6 @@
 /* http://www.opengroup.org/onlinepubs/007904975/utilities/tee.html */
 
 #include "libbb.h"
-#include <signal.h>
 
 int tee_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 int tee_main(int argc, char **argv)