]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
env, groups: remove duplicate inclusion of <getopt.h>
authorJerry Snitselaar <dev@snitselaar.org>
Sun, 31 Aug 2008 13:58:27 +0000 (15:58 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 31 Aug 2008 13:58:27 +0000 (15:58 +0200)
* src/env.c: Remove redundant #include.
* src/groups.c: Likewise.
Tiny change.

src/env.c
src/groups.c

index 67e411f18699debcb3c0371adf654c35732a0e85..97bec71d422fae7bbfa7117bbb941c4f1c0b1673 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -78,7 +78,6 @@
 
 #include <config.h>
 #include <stdio.h>
-#include <getopt.h>
 #include <sys/types.h>
 #include <getopt.h>
 
index c71667b08b6c2bafe3aef6f170dbe57a0196070b..907af1cbe0cdb00723b2b347d0cb219aa3d3ca53 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <config.h>
 #include <stdio.h>
-#include <getopt.h>
 #include <sys/types.h>
 #include <pwd.h>
 #include <grp.h>