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

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