X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsame.c;h=1abc55c88058b8266537145629f87d26d35ba6e6;hb=7ba06c8ff37d8725cb824c64b94be41b9294ffb7;hp=1af387ce2793308c736f734cfae407ad3719c983;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/same.c b/lib/same.c index 1af387ce2..1abc55c88 100644 --- a/lib/same.c +++ b/lib/same.c @@ -1,6 +1,6 @@ /* Determine whether two file names refer to the same file. - Copyright (C) 1997-2000, 2002-2006, 2009 Free Software Foundation, Inc. + Copyright (C) 1997-2000, 2002-2006, 2009-2010 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 @@ -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))