X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsame.c;h=5c00e8a3506041077b64cd1a5082d85163359ff2;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=639d6c52abae0721734831ec1155357083908608;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/lib/same.c b/lib/same.c index 639d6c52a..5c00e8a35 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-2010 Free Software Foundation, Inc. + Copyright (C) 1997-2000, 2002-2006, 2009-2014 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))