rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breaking compile on systems lacking this function.

This commit is contained in:
Mike Frysinger 2006-02-19 22:41:41 +00:00
parent 611e085c20
commit 4b33f7aa41

View File

@ -31,7 +31,6 @@
#include <sys/types.h>
#include <ctype.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>