Stop header pollution and don't include if_var.h via in_pcb.h.

This commit is contained in:
Gleb Smirnoff 2020-01-15 03:41:15 +00:00
parent 8fd73e9160
commit fae994f636
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356752

View File

@ -51,8 +51,6 @@
#include <sys/lock.h>
#include <sys/rwlock.h>
#include <net/vnet.h>
#include <net/if.h>
#include <net/if_var.h>
#include <vm/uma.h>
#endif
#include <sys/ck.h>