summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorssouhlal <ssouhlal@FreeBSD.org>2005-01-26 06:51:28 +0000
committerssouhlal <ssouhlal@FreeBSD.org>2005-01-26 06:51:28 +0000
commitabd6926192a0343aecd0a9b61dfca87234255dca (patch)
tree582f29b4b3f757ef6b88c1bd52a862e9504ed373 /bin
parent592ade11be997f97665c05abbf3d416b819a28ee (diff)
downloadFreeBSD-src-abd6926192a0343aecd0a9b61dfca87234255dca.zip
FreeBSD-src-abd6926192a0343aecd0a9b61dfca87234255dca.tar.gz
Remove useless errno.h include.
Approved by: grehan (mentor) Obtained from: DragonFlyBSD
Diffstat (limited to 'bin')
-rw-r--r--bin/rmdir/rmdir.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c
index 87167ec..f81aaab 100644
--- a/bin/rmdir/rmdir.c
+++ b/bin/rmdir/rmdir.c
@@ -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>
OpenPOWER on IntegriCloud