makefs: Drop unnecessary sys/clock.h include

This breaks the build on macOS where this header doesn't exist. I could
also add a compat header to tools/build/cross-build but since it's not
needed removing it seems like the better solution.
This commit is contained in:
Alex Richardson 2020-08-07 16:04:06 +00:00
parent 4f971ddf33
commit b4e38a41f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364024

View File

@ -53,7 +53,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/clock.h>
#include <sys/errno.h>
#include <sys/mman.h>
#include <sys/time.h>