1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Don't include proc.h now that mutex.h does it for us.

This commit is contained in:
Mike Smith 2000-09-23 00:12:31 +00:00
parent 9a02e8c68f
commit cc16a42a56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66283

View File

@ -27,7 +27,6 @@
*/
#include <sys/queue.h>
#include <sys/proc.h> /* XXX should these be prerequisites? */
#include <machine/mutex.h>
#ifndef SYS_EVENTHANDLER_H