diff options
author | 2014-07-22 13:12:11 +0000 | |
---|---|---|
committer | 2014-07-22 13:12:11 +0000 | |
commit | 9e6eaca1cc61f407122eaf0e917f4779426d0832 (patch) | |
tree | 71a62240f6db278f4bc425ce8cd5c955cd897e6f /sys/dev/pci/if_sis.c | |
parent | Fewer <netinet/in_systm.h> ! (diff) | |
download | wireguard-openbsd-9e6eaca1cc61f407122eaf0e917f4779426d0832.tar.xz wireguard-openbsd-9e6eaca1cc61f407122eaf0e917f4779426d0832.zip |
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/pci/if_sis.c')
-rw-r--r-- | sys/dev/pci/if_sis.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_sis.c b/sys/dev/pci/if_sis.c index a51ca8e26b1..3285e9d938d 100644 --- a/sys/dev/pci/if_sis.c +++ b/sys/dev/pci/if_sis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_sis.c,v 1.116 2014/07/08 05:35:18 dlg Exp $ */ +/* $OpenBSD: if_sis.c,v 1.117 2014/07/22 13:12:11 mpi Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -77,8 +77,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif |