summaryrefslogtreecommitdiff
path: root/lib/getloadavg.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-05 15:14:35 +0100
committerJim Meyering <meyering@redhat.com>2010-01-05 15:36:03 +0100
commit0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c (patch)
tree14f6ca7cfe23c24cd660a30b16af38110ae432dd /lib/getloadavg.c
parent0c2fded89d2ebb3395d176001182ef710d68d430 (diff)
downloadgnulib-0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.tar.gz
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.
Diffstat (limited to 'lib/getloadavg.c')
-rw-r--r--lib/getloadavg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/getloadavg.c b/lib/getloadavg.c
index 4a9ca7f795..c6d782b4e2 100644
--- 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