The branch main has been updated by kp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=80871aeb0f27406e1fe816403a16519cc9cb8de8

commit 80871aeb0f27406e1fe816403a16519cc9cb8de8
Author:     Kristof Provost <[email protected]>
AuthorDate: 2022-01-03 17:35:02 +0000
Commit:     Kristof Provost <[email protected]>
CommitDate: 2022-01-03 17:35:02 +0000

    udp_var.h: other headers already include types.h
    
    Pointed out by: imp
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/netinet/udp_var.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h
index e66328ec5cb0..7e6260d20375 100644
--- a/sys/netinet/udp_var.h
+++ b/sys/netinet/udp_var.h
@@ -36,8 +36,6 @@
 #ifndef _NETINET_UDP_VAR_H_
 #define        _NETINET_UDP_VAR_H_
 
-#include <sys/types.h>
-
 #include <netinet/ip_var.h>
 #include <netinet/udp.h>
 

Reply via email to