From: Chris Metcalf Date: Tue, 15 May 2012 19:02:58 +0000 (-0400) Subject: Remove duplicate #include in Linux getsysstats.c X-Git-Tag: upstream/2.30~10949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02a9193863a929b06ccebe394dcf5a30103eb1d3;p=external%2Fglibc.git Remove duplicate #include in Linux getsysstats.c --- diff --git a/ChangeLog b/ChangeLog index 2deaec7..2812f8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-15 Chris Metcalf + + * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate + include of . + 2012-05-15 Roland McGrath * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting. diff --git a/sysdeps/unix/sysv/linux/getsysstats.c b/sysdeps/unix/sysv/linux/getsysstats.c index 09603c0..22285f3 100644 --- a/sysdeps/unix/sysv/linux/getsysstats.c +++ b/sysdeps/unix/sysv/linux/getsysstats.c @@ -49,8 +49,6 @@ But not all systems have support for the /proc filesystem. If it is not available we simply return 1 since there is no way. */ -#include - /* Other architectures use different formats for /proc/cpuinfo. This provides a hook for alternative parsers. */