summaryrefslogtreecommitdiff
path: root/src/rmdir.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/rmdir.c
parentb53976285469ce3b0afd29bf24a2206b9732420b (diff)
downloadcoreutils-d8049d74780e587525622f69219243097a13861b.tar.xz
Don't include dirname.h, since system.h does it now.
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index 2d94fcda8..39063b4c7 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -1,5 +1,7 @@
/* rmdir -- remove directories
- Copyright (C) 90, 91, 1995-2002, 2004, 2005 Free Software Foundation, Inc.
+
+ Copyright (C) 90, 91, 1995-2002, 2004, 2005, 2006 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
@@ -28,7 +30,6 @@
#include <sys/types.h>
#include "system.h"
-#include "dirname.h"
#include "error.h"
#include "quotearg.h"