Remove unecessary include of <sys/malloc.h>.

pull/38/head
thorpej 2024-05-18 00:05:18 +00:00
parent 0ad7109896
commit c79d399c24
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/namei.h>
#include <sys/proc.h>