X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsame.c;h=3debcbf35c533b6c91e43875b911b5a3a1642755;hb=b572c3a256e7bf1e4eecc8c36448c08093240a6a;hp=6b46e8d85ec881891a0b8494b390c47ff5f83b46;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/same.c b/lib/same.c index 6b46e8d85..3debcbf35 100644 --- a/lib/same.c +++ b/lib/same.c @@ -1,7 +1,6 @@ /* Determine whether two file names refer to the same file. - Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free - Software Foundation, Inc. + Copyright (C) 1997-2000, 2002-2006, 2009-2011 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 @@ -40,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))