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:
parent
372e8e5e08
commit
1d25e6987d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user