aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2024-08-14 03:06:55 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-08-20 12:42:12 +0000
commit4f4c34e9d6e1d496ac2c00d490c4218049375b4c (patch)
treedeac9231287a4a68f26767b716c1b545064b034b /sys/net/if_vlan.c
parentc4a0ee9b97bfc7407366567aaa2c09313b3e6bd2 (diff)
downloadsrc-4f4c34e9d6e1d496ac2c00d490c4218049375b4c.tar.gz
src-4f4c34e9d6e1d496ac2c00d490c4218049375b4c.zip
if_vlan.c: remove stray include of sys/cdefs.h
Sponsored by: NVidia networking
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index e2b32ac2e7de..4349a6c99291 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -42,7 +42,6 @@
* use by the real outgoing interface, and ask it to send them.
*/
-#include <sys/cdefs.h>
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_kern_tls.h"