]> andersk Git - nss_nonlocal.git/blobdiff - nonlocal-passwd.c
Organize #includes
[nss_nonlocal.git] / nonlocal-passwd.c
index 7529d9b886a1c45b08579add50aeb465c6259de4..b9a14b544dfde3c7329b575d430b5d983deb14c6 100644 (file)
 
 
 #define _GNU_SOURCE
+
 #include <sys/types.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <stdint.h>
-#include <string.h>
 #include <dlfcn.h>
-#include <stdio.h>
-#include <syslog.h>
 #include <errno.h>
-#include <pwd.h>
-#include <grp.h>
 #include <nss.h>
+#include <pwd.h>
+#include <stdbool.h>
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
+#include <syslog.h>
+#include <unistd.h>
+
 #include "nsswitch-internal.h"
 #include "nonlocal.h"
 
This page took 0.025642 seconds and 4 git commands to generate.