X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcycle-check.c;h=49687a519f531538ff9941e2d8f5802e39f36f3c;hb=5e6933eb225721fac1de4a8abf6c0da985ddaa6a;hp=99a88c35e24c9428eff3ec72ba4747f6c03a8392;hpb=53115a537a914f32506050c056d4e327621ac9a7;p=gnulib.git diff --git a/lib/cycle-check.c b/lib/cycle-check.c index 99a88c35e..49687a519 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 \