Fix some formatting
[oweals/busybox.git] / id.c
diff --git a/id.c b/id.c
index 59cfafa0a6019ca1a84b2a4657c21922f3c3b70d..e91ac758570e7b3e4ef9ef042611507bb65d068e 100644 (file)
--- a/id.c
+++ b/id.c
@@ -23,9 +23,8 @@
 #include "busybox.h"
 #include <stdio.h>
 #include <unistd.h>
-#include <pwd.h>
-#include <grp.h>
 #include <getopt.h>
+#include <string.h>
 #include <sys/types.h>
 
 extern int id_main(int argc, char **argv)