]> andersk Git - nss_nonlocal.git/blobdiff - nonlocal-shadow.c
Organize #includes
[nss_nonlocal.git] / nonlocal-shadow.c
index 386230c9e41b3b282bea36ceee248d0861a361cf..bfc201c48e85a489f6eb208e8a6494596bd55170 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 <shadow.h>
 #include <nss.h>
+#include <shadow.h>
+#include <stdbool.h>
+#include <stddef.h>
+#include <stdlib.h>
+#include <string.h>
+#include <syslog.h>
 
 #include "nsswitch-internal.h"
 #include "nonlocal.h"
This page took 0.318929 seconds and 4 git commands to generate.