From: Jim Meyering Date: Wed, 9 Mar 2005 08:54:48 +0000 (+0000) Subject: Don't include "xalloc.h". It's not used. X-Git-Tag: CPPI-1_12~1376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed030605459ab6a52c37e3b02705939a75e7931;p=thirdparty%2Fcoreutils.git Don't include "xalloc.h". It's not used. --- diff --git a/lib/cycle-check.c b/lib/cycle-check.c index 99a88c35e2..49687a519f 100644 --- a/lib/cycle-check.c +++ b/lib/cycle-check.c @@ -1,6 +1,6 @@ /* help detect directory cycles efficiently - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,7 +32,6 @@ #include #include "cycle-check.h" -#include "xalloc.h" #define SAME_INODE(Stat_buf_1, Stat_buf_2) \ ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino \