errno.h is no longer needed as of r340239 so remove it.

No MFC planned as that revision was not merged.
This commit is contained in:
Xin LI 2019-07-18 07:37:26 +00:00
parent c93b6e5fa2
commit 9344e4d738
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350109

View file

@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
#include <bzlib.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <libgen.h>
#include <limits.h>