From: Guillem Jover Date: Thu, 8 Oct 2009 11:40:13 +0000 (+0200) Subject: cal: remove obsolete include X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fb73ef988e6de5b8d8b235df3868cbc8147d28;p=util-linux cal: remove obsolete include The fact that the system does not have does not imply that it has (which is an ancient header from Linux libc4). Signed-off-by: Guillem Jover --- diff --git a/misc-utils/cal.c b/misc-utils/cal.c index bda3a963..ec67c237 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -139,8 +139,6 @@ char *Hrow; /* pointer to highlighted row in month */ #ifdef HAVE_LANGINFO_H # include -#else -# include /* libc4 only */ #endif #include "widechar.h"