summaryrefslogtreecommitdiff
path: root/modules/pam_tally2
diff options
context:
space:
mode:
authorMIZUTA Takeshi <mizuta.takeshi@fujitsu.com>2020-02-03 19:12:21 +0900
committerTomáš Mráz <t8m@users.noreply.github.com>2020-02-18 10:57:42 +0100
commita96e66f788b1460a8ef4c2883207d4474b829d10 (patch)
tree4498f9ef4bf95d6c9cdd1ac97a3267c1170f54c4 /modules/pam_tally2
parent347691818ee80c46a9a2615bdf7733cf89bf6a4c (diff)
Remove redundant header file inclusion
There are some source code including the same header file redundantly. We remove these redundant header file inclusion.
Diffstat (limited to 'modules/pam_tally2')
-rw-r--r--modules/pam_tally2/pam_tally2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_tally2/pam_tally2.c b/modules/pam_tally2/pam_tally2.c
index 48282a33..fc6d6237 100644
--- a/modules/pam_tally2/pam_tally2.c
+++ b/modules/pam_tally2/pam_tally2.c
@@ -64,7 +64,6 @@
#include <sys/stat.h>
#include <sys/param.h>
#include <fcntl.h>
-#include <unistd.h>
#include <signal.h>
#include "tallylog.h"