From: Jim Meyering Date: Sat, 15 Mar 2008 16:50:58 +0000 (+0100) Subject: Include only if used. X-Git-Tag: v6.11~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12ff1eb9b91f795b9f3b930234e1702d9dfc3943;p=platform%2Fupstream%2Fcoreutils.git Include only if used. * src/group-list.c: Don't include . * src/printf.c: Likewise. --- diff --git a/src/group-list.c b/src/group-list.c index ace4908..96438d9 100644 --- a/src/group-list.c +++ b/src/group-list.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/src/printf.c b/src/printf.c index 483f3a9..e2536c7 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,5 +1,5 @@ /* printf - format and print data - Copyright (C) 1990-2007 Free Software Foundation, Inc. + Copyright (C) 1990-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,7 +48,6 @@ #include #include #include -#include #include "system.h" #include "c-strtod.h"