summaryrefslogtreecommitdiff
path: root/misc-utils/cal.c
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-10-08 13:40:13 +0200
committerKarel Zak <kzak@redhat.com>2009-10-09 15:17:53 +0200
commit76fb73ef988e6de5b8d8b235df3868cbc8147d28 (patch)
treefe9fe35ce052d273bf2b6d62a7ee355c80505743 /misc-utils/cal.c
parentfeada32ffc0c48827809fe174ffb4d1cc88462c8 (diff)
downloadutil-linux-old-76fb73ef988e6de5b8d8b235df3868cbc8147d28.tar.gz
cal: remove obsolete <localeinfo.h> include
The fact that the system does not have <langinfo.h> does not imply that it has <localeinfo.h> (which is an ancient header from Linux libc4). Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'misc-utils/cal.c')
-rw-r--r--misc-utils/cal.c2
1 files changed, 0 insertions, 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 <langinfo.h>
-#else
-# include <localeinfo.h> /* libc4 only */
#endif
#include "widechar.h"