]> mj.ucw.cz Git - subauth.git/commitdiff
PAM: Include cleanup
authorMartin Mares <mj@ucw.cz>
Sun, 23 Jul 2017 16:10:25 +0000 (18:10 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 23 Jul 2017 16:10:25 +0000 (18:10 +0200)
pam/pam_subauth.c

index dd9340e18a0439aadeb35fe1e4f857b5ecd67d8d..d6d0f88e5bcc86fea80d12f3b47bfc48aefeae43 100644 (file)
@@ -4,22 +4,16 @@
  *     (c) 2017 Martin Mares <mj@ucw.cz>
  */
 
-// FIXME: Includes
-
 #include <ucw/lib.h>
 #include <ucw/mempool.h>
 #include <ucw/string.h>
 #include <ucw/trans.h>
 #include <ucw-json/json.h>
 
-#include <errno.h>
-#include <fcntl.h>
-#include <pwd.h>
 #include <stdlib.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <syslog.h>
-#include <time.h>
 #include <unistd.h>
 
 #include "autoconf.h"