From: Jim Meyering Date: Tue, 20 Apr 2004 09:34:43 +0000 (+0000) Subject: Don't include pathmax.h; system.h already does it. X-Git-Tag: v5.3.0~1713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3cb92f9b82072e226357db1656b6728b599ce10;p=thirdparty%2Fcoreutils.git Don't include pathmax.h; system.h already does it. --- diff --git a/src/pwd.c b/src/pwd.c index 96ad8d0a54..4686892008 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -25,7 +25,6 @@ #include "long-options.h" #include "quote.h" #include "root-dev-ino.h" -#include "pathmax.h" #include "xgetcwd.h" /* The official name of this program (e.g., no `g' prefix). */