summaryrefslogtreecommitdiff
path: root/src/dirname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-21 19:53:23 +0000
committerJim Meyering <jim@meyering.net>2002-01-21 19:53:23 +0000
commit3ca688d69af04ee699cd3d761fe12a8e58884c57 (patch)
treec6d99c353508ab03dc67385c1804d7e5f4847b8e /src/dirname.c
parent885956355cb3503c51b73f33f00623e59ae2c68a (diff)
downloadcoreutils-3ca688d69af04ee699cd3d761fe12a8e58884c57.tar.xz
Don't include "xalloc.h", as system.h already does that via sys2.h.
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 99948d519..ff6e617e3 100644
--- a/src/dirname.c
+++ b/src/dirname.c
@@ -1,5 +1,5 @@
/* dirname -- strip filename suffix from pathname
- Copyright (C) 1990-1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1990-1997, 1999-2002 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
@@ -26,7 +26,6 @@
#include "error.h"
#include "dirname.h"
#include "closeout.h"
-#include "xalloc.h"
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "dirname"