K 10 svn:author V 5 markj K 8 svn:date V 27 2017-06-18T16:43:57.244438Z K 7 svn:log V 341 Avoid including list.h in LinuxKPI headers. list.h includes a number of FreeBSD headers as a workaround for the LIST_HEAD name collision. To reduce pollution, avoid including list.h in commonly used headers when it is not explicitly needed. Reviewed by: hselasky MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D11249 END