changeset 12577:64b96a2d148c

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.
author Jim Meyering <meyering@redhat.com>
date Tue, 05 Jan 2010 15:14:35 +0100
parents 51b39cac47f1
children 2ac84f6d224e
files ChangeLog lib/getloadavg.c lib/readtokens.c lib/same.c modules/getloadavg modules/readtokens modules/same
diffstat 7 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-01-05  Jim Meyering  <meyering@redhat.com>
 
+	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
--- 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
--- a/lib/readtokens.c
+++ b/lib/readtokens.c
@@ -31,8 +31,6 @@
 #include <string.h>
 #include <stdbool.h>
 
-#include "xalloc.h"
-
 #if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif
--- 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))
--- 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])
--- a/modules/readtokens
+++ b/modules/readtokens
@@ -7,7 +7,6 @@
 m4/readtokens.m4
 
 Depends-on:
-xalloc
 stdbool
 
 configure.ac:
--- a/modules/same
+++ b/modules/same
@@ -8,7 +8,6 @@
 m4/same.m4
 
 Depends-on:
-xalloc
 error
 dirname
 same-inode