From 76fb73ef988e6de5b8d8b235df3868cbc8147d28 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 8 Oct 2009 13:40:13 +0200 Subject: [PATCH] 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 --- misc-utils/cal.c | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.39.5