summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-23 12:47:46 +0000
committerJim Meyering <jim@meyering.net>2005-03-23 12:47:46 +0000
commit94155d37e89b2cb836b95a073eaa73a30157155e (patch)
treee89829076fdd5be1c133ee98cd070504087b53af
parentbe94ae38ee4a1658c4e9ab1eb1dab92852229653 (diff)
downloadcoreutils-94155d37e89b2cb836b95a073eaa73a30157155e.tar.xz
Remove duplicate `#include "stat-macros.h"'.
-rw-r--r--lib/canonicalize.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/canonicalize.c b/lib/canonicalize.c
index 6d1bfbc6f..9e8947003 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