git: 4f4c34e9d6e1 - main - if_vlan.c: remove stray include of sys/cdefs.h

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 20 Aug 2024 12:43:49 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f4c34e9d6e1d496ac2c00d490c4218049375b4c

commit 4f4c34e9d6e1d496ac2c00d490c4218049375b4c
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-08-14 03:06:55 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-08-20 12:42:12 +0000

    if_vlan.c: remove stray include of sys/cdefs.h
    
    Sponsored by:   NVidia networking
---
 sys/net/if_vlan.c | 1 -
 1 file changed, 1 deletion(-)

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"