Remove unneeded assert.h (there is no assertion in this file).

MFC after:	2 weeks
This commit is contained in:
Xin LI 2019-01-06 20:42:09 +00:00
parent 4dbd43cd05
commit 4f4b31568a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342814

View File

@ -26,7 +26,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <assert.h>
#include <stddef.h>
#include <stdint.h>