Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Remove unused inclusion.
details: https://anonhg.NetBSD.org/src/rev/74007c344a29
branches: trunk
changeset: 455899:74007c344a29
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Apr 17 07:47:56 2019 +0000
description:
Remove unused inclusion.
diffstat:
sys/net/if_gre.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r e25a90309399 -r 74007c344a29 sys/net/if_gre.c
--- a/sys/net/if_gre.c Wed Apr 17 07:45:23 2019 +0000
+++ b/sys/net/if_gre.c Wed Apr 17 07:47:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_gre.c,v 1.173 2018/06/26 06:48:02 msaitoh Exp $ */
+/* $NetBSD: if_gre.c,v 1.174 2019/04/17 07:47:56 msaitoh Exp $ */
/*
* Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_gre.c,v 1.173 2018/06/26 06:48:02 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_gre.c,v 1.174 2019/04/17 07:47:56 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_atalk.h"
@@ -119,9 +119,6 @@
#include <net/if_gre.h>
-#include <compat/sys/socket.h>
-#include <compat/sys/sockio.h>
-
#include "ioconf.h"
/*
Home |
Main Index |
Thread Index |
Old Index