# HG changeset patch # User Jim Meyering # Date 1262700875 -3600 # Node ID 64b96a2d148cc77f46b1ee236a7a794dab0bfc67 # Parent 51b39cac47f1bde8e101a65a2c16943ed43378c8 maint: remove useless inclusions of "alloca.h" * lib/getloadavg.c: Remove useless inclusion of "alloca.h". * lib/readtokens.c: Likewise. * lib/same.c: Likewise. * modules/getloadavg (Depends-on): Remove xalloc. * modules/readtokens: Likewise. * modules/same: Likewise. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2010-01-05 Jim Meyering + maint: remove useless inclusions of "alloca.h" + * lib/getloadavg.c: Remove useless inclusion of "alloca.h". + * lib/readtokens.c: Likewise. + * lib/same.c: Likewise. + * modules/getloadavg (Depends-on): Remove alloca. + * modules/readtokens: Likewise. + * modules/same: Likewise. + maint.mk: include 4 more function names in alloca.h-checking regexp * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete regexp. Before, we would give a false-positive (saying alloca.h diff --git a/lib/getloadavg.c b/lib/getloadavg.c --- a/lib/getloadavg.c +++ b/lib/getloadavg.c @@ -111,7 +111,6 @@ # include "c-strtod.h" # include "cloexec.h" # include "intprops.h" -# include "xalloc.h" /* The existing Emacs configuration files define a macro called LOAD_AVE_CVT, which accepts a value of type LOAD_AVE_TYPE, and diff --git a/lib/readtokens.c b/lib/readtokens.c --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -31,8 +31,6 @@ #include #include -#include "xalloc.h" - #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif diff --git a/lib/same.c b/lib/same.c --- a/lib/same.c +++ b/lib/same.c @@ -39,7 +39,6 @@ #include "dirname.h" #include "error.h" #include "same-inode.h" -#include "xalloc.h" #ifndef MIN # define MIN(a, b) ((a) < (b) ? (a) : (b)) diff --git a/modules/getloadavg b/modules/getloadavg --- a/modules/getloadavg +++ b/modules/getloadavg @@ -6,14 +6,13 @@ m4/getloadavg.m4 Depends-on: -stdlib -extensions +c-strtod cloexec -xalloc -c-strtod +extensions +fcntl-safer intprops stdbool -fcntl-safer +stdlib configure.ac: gl_GETLOADAVG([$gl_source_base]) diff --git a/modules/readtokens b/modules/readtokens --- a/modules/readtokens +++ b/modules/readtokens @@ -7,7 +7,6 @@ m4/readtokens.m4 Depends-on: -xalloc stdbool configure.ac: diff --git a/modules/same b/modules/same --- a/modules/same +++ b/modules/same @@ -8,7 +8,6 @@ m4/same.m4 Depends-on: -xalloc error dirname same-inode