]> andersk Git - nss_nonlocal.git/blobdiff - nonlocal-group.c
Organize #includes
[nss_nonlocal.git] / nonlocal-group.c
index 5b4dd7d40c89311463a8f0fad185cd5d0adecc15..b4a72d10f3c49aedc1bfdcbe9c78e156eb60ff7b 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.380101 seconds and 4 git commands to generate.