summaryrefslogtreecommitdiff
path: root/src/dirname.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-09-03 02:53:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-09-03 02:53:16 +0000
commitd8049d74780e587525622f69219243097a13861b (patch)
tree20fae06abdcb851a39ff63fc81eb66dddef75d3a /src/dirname.c
parentb53976285469ce3b0afd29bf24a2206b9732420b (diff)
downloadcoreutils-d8049d74780e587525622f69219243097a13861b.tar.xz
Don't include dirname.h, since system.h does it now.
Diffstat (limited to 'src/dirname.c')
-rw-r--r--src/dirname.c3
1 files changed, 1 insertions, 2 deletions
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). */