summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-10-25 03:23:50 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-10-25 03:23:50 +0000
commitd23548bdc8cdd3b951117321d755c0aa9cddbcfa (patch)
tree5e811926804e83ed3dc0550fd7d6b4a88140da18 /usr.sbin/dhcrelay
parent58739bc23b87e86d504a597fd2ac5ca1b2d5d497 (diff)
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'usr.sbin/dhcrelay')
-rw-r--r--usr.sbin/dhcrelay/bpf.c3
-rw-r--r--usr.sbin/dhcrelay/packet.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/dhcrelay/bpf.c b/usr.sbin/dhcrelay/bpf.c
index 51bd2dd9e16..fad2e0ad881 100644
--- a/usr.sbin/dhcrelay/bpf.c
+++ b/usr.sbin/dhcrelay/bpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.c,v 1.7 2009/09/03 11:56:49 reyk Exp $ */
+/* $OpenBSD: bpf.c,v 1.8 2014/10/25 03:23:49 lteo Exp $ */
/* BPF socket interface code, originally contributed by Archie Cobbs. */
@@ -47,7 +47,6 @@
#include <net/bpf.h>
#include <net/if_types.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <netinet/if_ether.h>
diff --git a/usr.sbin/dhcrelay/packet.c b/usr.sbin/dhcrelay/packet.c
index 809f7c8e424..42f45af58f5 100644
--- a/usr.sbin/dhcrelay/packet.c
+++ b/usr.sbin/dhcrelay/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.4 2014/07/28 16:40:32 tobias Exp $ */
+/* $OpenBSD: packet.c,v 1.5 2014/10/25 03:23:49 lteo Exp $ */
/* Packet assembly code, originally contributed by Archie Cobbs. */
@@ -43,7 +43,6 @@
#include "dhcpd.h"
#include <net/if_enc.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
#include <netinet/if_ether.h>