Remove useless errno.h include.

Approved by:	grehan (mentor)
Obtained from:	DragonFlyBSD
This commit is contained in:
ssouhlal 2005-01-26 06:51:28 +00:00
parent 592ade11be
commit abd6926192

View File

@ -42,7 +42,6 @@ static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94";
__FBSDID("$FreeBSD$");
#include <err.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>