diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-09-25 14:58:01 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-09-25 14:58:01 +0000 |
commit | 9028f68eb5361d23438fc560643a30d93e49e4d1 (patch) | |
tree | d5183fe7936bb38503caeab15d87966a1d6d6ab2 | |
parent | 9f72f2196b072d29646b1c044a62b59af3321b1b (diff) |
Remove more duplicated includes
OK jca@, deraadt@
-rw-r--r-- | sys/arch/sparc64/include/asm.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/ixgbe.h | 3 | ||||
-rw-r--r-- | usr.sbin/snmpd/snmpd.h | 3 |
3 files changed, 3 insertions, 10 deletions
diff --git a/sys/arch/sparc64/include/asm.h b/sys/arch/sparc64/include/asm.h index 20995f01769..ac3c003a8fb 100644 --- a/sys/arch/sparc64/include/asm.h +++ b/sys/arch/sparc64/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.10 2016/05/27 16:32:39 deraadt Exp $ */ +/* $OpenBSD: asm.h,v 1.11 2016/09/25 14:58:00 fcambus Exp $ */ /* $NetBSD: asm.h,v 1.15 2000/08/02 22:24:39 eeh Exp $ */ /* @@ -41,11 +41,6 @@ #ifndef _MACHINE_ASM_H_ #define _MACHINE_ASM_H_ -#ifndef _LOCORE -#define _LOCORE -#endif -#include <machine/frame.h> - /* Pull in CCFSZ, CC64FSZ, and BIAS from frame.h */ #ifndef _LOCORE #define _LOCORE diff --git a/sys/dev/pci/ixgbe.h b/sys/dev/pci/ixgbe.h index 83901b60a80..68b855274f7 100644 --- a/sys/dev/pci/ixgbe.h +++ b/sys/dev/pci/ixgbe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ixgbe.h,v 1.22 2016/03/15 16:45:52 naddy Exp $ */ +/* $OpenBSD: ixgbe.h,v 1.23 2016/09/25 14:58:00 fcambus Exp $ */ /****************************************************************************** @@ -55,7 +55,6 @@ #include <sys/atomic.h> #include <net/if.h> -#include <net/bpf.h> #include <net/if_media.h> #include <netinet/in.h> diff --git a/usr.sbin/snmpd/snmpd.h b/usr.sbin/snmpd/snmpd.h index 8480541cbf5..e6f75800700 100644 --- a/usr.sbin/snmpd/snmpd.h +++ b/usr.sbin/snmpd/snmpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpd.h,v 1.67 2016/08/16 18:41:57 tedu Exp $ */ +/* $OpenBSD: snmpd.h,v 1.68 2016/09/25 14:58:00 fcambus Exp $ */ /* * Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> @@ -24,7 +24,6 @@ #include <net/if_dl.h> #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in.h> #include <netinet/ip.h> #include <arpa/inet.h> #include <net/pfvar.h> |