From d8049d74780e587525622f69219243097a13861b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Sep 2006 02:53:16 +0000 Subject: Don't include dirname.h, since system.h does it now. --- src/dirname.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dirname.c') diff --git a/src/dirname.c b/src/dirname.c index 31a3726b2..2253391ce 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -1,6 +1,6 @@ /* dirname -- strip suffix from file name - Copyright (C) 1990-1997, 1999-2002, 2004, 2005 Free Software + Copyright (C) 1990-1997, 1999-2002, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -27,7 +27,6 @@ #include "system.h" #include "long-options.h" #include "error.h" -#include "dirname.h" #include "quote.h" /* The official name of this program (e.g., no `g' prefix). */ -- cgit v1.2.3-54-g00ecf