From: Jim Meyering Date: Mon, 21 Jan 2002 19:53:23 +0000 (+0000) Subject: Don't include "xalloc.h", as system.h already does that via sys2.h. X-Git-Tag: TEXTUTILS-2_0_20~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ca688d69af04ee699cd3d761fe12a8e58884c57;p=thirdparty%2Fcoreutils.git Don't include "xalloc.h", as system.h already does that via sys2.h. --- diff --git a/src/dirname.c b/src/dirname.c index 99948d5194..ff6e617e34 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" diff --git a/src/expr.c b/src/expr.c index 53a1849f7f..fc61dd821a 100644 --- a/src/expr.c +++ b/src/expr.c @@ -1,5 +1,5 @@ /* expr -- evaluate expressions. - Copyright (C) 86, 1991-1997, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 86, 1991-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 @@ -36,7 +36,6 @@ #include #include "long-options.h" #include "error.h" -#include "xalloc.h" #include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */