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:
committed by
Jim Meyering
parent
5bf3e7ee96
commit
63a7120c28
@@ -78,7 +78,6 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
#include <getopt.h>
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <getopt.h>
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
Reference in New Issue
Block a user