diff options
author | ssouhlal <ssouhlal@FreeBSD.org> | 2005-01-26 06:51:28 +0000 |
---|---|---|
committer | ssouhlal <ssouhlal@FreeBSD.org> | 2005-01-26 06:51:28 +0000 |
commit | abd6926192a0343aecd0a9b61dfca87234255dca (patch) | |
tree | 582f29b4b3f757ef6b88c1bd52a862e9504ed373 /bin/rmdir | |
parent | 592ade11be997f97665c05abbf3d416b819a28ee (diff) | |
download | FreeBSD-src-abd6926192a0343aecd0a9b61dfca87234255dca.zip FreeBSD-src-abd6926192a0343aecd0a9b61dfca87234255dca.tar.gz |
Remove useless errno.h include.
Approved by: grehan (mentor)
Obtained from: DragonFlyBSD
Diffstat (limited to 'bin/rmdir')
-rw-r--r-- | bin/rmdir/rmdir.c | 1 |
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> |