1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

env, groups: remove duplicate inclusion of <getopt.h>

* src/env.c: Remove redundant #include.
* src/groups.c: Likewise.
Tiny change.
This commit is contained in:
Jerry Snitselaar
2008-08-31 15:58:27 +02:00
committed by Jim Meyering
parent 5bf3e7ee96
commit 63a7120c28
2 changed files with 0 additions and 2 deletions

View File

@@ -78,7 +78,6 @@
#include <config.h>
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
#include <getopt.h>

View File

@@ -19,7 +19,6 @@
#include <config.h>
#include <stdio.h>
#include <getopt.h>
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>