Fixed some of the namespace pollution in rev.1.33. <sys/systm.h> was

included here because it was once a prerequisite of <sys/mutex.h>
although that bug was fixed long ago.
This commit is contained in:
Bruce Evans 2002-09-29 12:09:08 +00:00
parent 65c66e222d
commit a7f6243009
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104140

View File

@ -79,7 +79,6 @@ struct ether_header;
#ifdef _KERNEL
#include <sys/mbuf.h>
#include <sys/systm.h> /* XXX */
#endif /* _KERNEL */
#include <sys/lock.h> /* XXX */
#include <sys/mutex.h> /* XXX */