diff options
| author | Jim Meyering <meyering@redhat.com> | 2010-01-05 15:14:35 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2010-01-05 15:36:03 +0100 |
| commit | 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c (patch) | |
| tree | 14f6ca7cfe23c24cd660a30b16af38110ae432dd /lib/same.c | |
| parent | 0c2fded89d2ebb3395d176001182ef710d68d430 (diff) | |
| download | gnulib-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.c | 1 |
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)) |
