summaryrefslogtreecommitdiff
path: root/lib/same.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/same.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/same.c')
-rw-r--r--lib/same.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/same.c b/lib/same.c
index 639d6c52ab..1abc55c880 100644
--- 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))