diff options
| author | Jim Meyering <jim@meyering.net> | 2002-01-21 19:53:23 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2002-01-21 19:53:23 +0000 |
| commit | 3ca688d69af04ee699cd3d761fe12a8e58884c57 (patch) | |
| tree | c6d99c353508ab03dc67385c1804d7e5f4847b8e /src/expr.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-3ca688d69af04ee699cd3d761fe12a8e58884c57.tar.gz coreutils-3ca688d69af04ee699cd3d761fe12a8e58884c57.zip | |
Don't include "xalloc.h", as system.h already does that via sys2.h.
Diffstat (limited to 'src/expr.c')
| -rw-r--r-- | src/expr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/expr.c b/src/expr.c index 53a1849f7..fc61dd821 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 <regex.h> #include "long-options.h" #include "error.h" -#include "xalloc.h" #include "closeout.h" /* The official name of this program (e.g., no `g' prefix). */ |
