svn commit: r353355 - head/sys/kern

Gleb Smirnoff glebius at FreeBSD.org
Wed Oct 9 16:59:42 UTC 2019


Author: glebius
Date: Wed Oct  9 16:59:42 2019
New Revision: 353355
URL: https://svnweb.freebsd.org/changeset/base/353355

Log:
  Cleanup unneeded includes that crept in with r353292.

Modified:
  head/sys/kern/uipc_socket.c

Modified: head/sys/kern/uipc_socket.c
==============================================================================
--- head/sys/kern/uipc_socket.c	Wed Oct  9 16:57:14 2019	(r353354)
+++ head/sys/kern/uipc_socket.c	Wed Oct  9 16:59:42 2019	(r353355)
@@ -146,8 +146,6 @@ __FBSDID("$FreeBSD$");
 #include <netinet/tcp.h>
 
 #include <net/vnet.h>
-#include <net/if.h>	/* XXXGL: net_epoch should move out there */
-#include <net/if_var.h>	/* XXXGL: net_epoch should move out there */
 
 #include <security/mac/mac_framework.h>
 


More information about the svn-src-head mailing list