Remove useless errno.h include.

Approved by:	grehan (mentor)
Obtained from:	DragonFlyBSD
This commit is contained in:
Suleiman Souhlal 2005-01-26 06:51:28 +00:00
parent 3118731323
commit c591aa7413
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140851

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>