diff options
| author | maximilian attems <max@stro.at> | 2012-05-22 16:33:23 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2012-05-23 10:31:12 +0200 |
| commit | adddfd37a1def627b02c5a596f77e44afc35e567 (patch) | |
| tree | f3a5be557bf0d83df3db0e3d6613b096f3ff7ae4 /misc-utils/kill.c | |
| parent | ae278c88cf2fcfd4bd34fcf2c96d9b8a5b4dec29 (diff) | |
| download | util-linux-adddfd37a1def627b02c5a596f77e44afc35e567.tar.gz | |
misc-utils: cleanup unused strings.h includes
Noticed on klibc building.
Signed-off-by: maximilian attems <max@stro.at>
Diffstat (limited to 'misc-utils/kill.c')
| -rw-r--r-- | misc-utils/kill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc-utils/kill.c b/misc-utils/kill.c index da7c8abe68..c592f52034 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -45,7 +45,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <strings.h> #include <ctype.h> /* for isdigit() */ #include <unistd.h> #include <signal.h> |
