* src/chsh.c: <signal.h> is not needed.

This commit is contained in:
nekral-guest
2008-06-14 15:03:58 +00:00
parent 53543b9b6a
commit 4f12c31e3b
2 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,6 @@
#include <fcntl.h>
#include <getopt.h>
#include <pwd.h>
#include <signal.h>
#include <stdio.h>
#include <sys/types.h>
#ifdef WITH_SELINUX