From b063c485d793b048de775bff5f5a4e1a204a881e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 23 Mar 2005 12:47:03 +0000 Subject: [PATCH] Remove duplicate `#include "stat-macros.h"'. --- lib/canonicalize.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/canonicalize.c b/lib/canonicalize.c index 6d1bfbc6f8..9e89470030 100644 --- a/lib/canonicalize.c +++ b/lib/canonicalize.c @@ -1,5 +1,5 @@ /* Return the canonical absolute name of a given file. - Copyright (C) 1996-2004 Free Software Foundation, Inc. + Copyright (C) 1996-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 @@ -73,7 +73,6 @@ void free (); #include "canonicalize.h" #include "pathmax.h" -#include "stat-macros.h" #include "xreadlink.h" #if !HAVE_CANONICALIZE_FILE_NAME -- 2.30.2