summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_et.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_et.c')
-rw-r--r--sys/dev/pci/if_et.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_et.c b/sys/dev/pci/if_et.c
index ea9fed1c0f9..bc6f8092ea4 100644
--- a/sys/dev/pci/if_et.c
+++ b/sys/dev/pci/if_et.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_et.c,v 1.22 2013/08/07 01:06:35 bluhm Exp $ */
+/* $OpenBSD: if_et.c,v 1.23 2014/07/22 13:12:11 mpi Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
*
@@ -58,8 +58,6 @@
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
#include <netinet/if_ether.h>
#endif