OSDN Git Service

rfelker writes in Bug 734: Nothing from err.h is used, but cal.c includes it, breakin...
authorMike Frysinger <vapier@gentoo.org>
Sun, 19 Feb 2006 22:41:41 +0000 (22:41 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 19 Feb 2006 22:41:41 +0000 (22:41 -0000)
coreutils/cal.c

index 7d39a77..d9456ed 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <sys/types.h>
 #include <ctype.h>
-#include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>