net80211: remove if_private.h from code that doesn't require it

The previous clean-ups to remove some direct ifp manipulation have
removed the need for if_private.h in these source files.

Differential Revision:	https://reviews.freebsd.org/D50646
Reviewed by:	bz
This commit is contained in:
Adrian Chadd 2025-06-01 19:25:49 -07:00
parent 2a1beace07
commit a233c71650
6 changed files with 0 additions and 6 deletions

View file

@ -48,7 +48,6 @@
#include <net/if_var.h>
#include <net/if_media.h>
#include <net/if_llc.h>
#include <net/if_private.h>
#include <net/ethernet.h>
#include <net/bpf.h>

View file

@ -48,7 +48,6 @@
#include <net/if_var.h>
#include <net/if_media.h>
#include <net/if_llc.h>
#include <net/if_private.h>
#include <net/ethernet.h>
#include <net/bpf.h>

View file

@ -43,7 +43,6 @@
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_media.h>
#include <net/if_private.h>
#include <net/ethernet.h>
#include <net80211/ieee80211_var.h>

View file

@ -41,7 +41,6 @@
#include <net/if.h>
#include <net/if_var.h>
#include <net/if_media.h>
#include <net/if_private.h>
#include <net/ethernet.h>
#include <net80211/ieee80211_var.h>

View file

@ -49,7 +49,6 @@
#include <net/if_llc.h>
#include <net/if_dl.h>
#include <net/if_var.h>
#include <net/if_private.h>
#include <net/ethernet.h>
#include <net/bpf.h>

View file

@ -48,7 +48,6 @@
#include <net/if_var.h>
#include <net/if_media.h>
#include <net/if_llc.h>
#include <net/if_private.h>
#include <net/ethernet.h>
#include <net/bpf.h>