From 395002a2ec6c1c63e9fd9e7a5e045c08e52c3499 Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 21 Dec 2014 00:54:49 +0000 Subject: Stop pulling in or when unnecessary. *Do* pull it in when in_{port,addr}_h is needed and isn't. ok reyk@ --- usr.sbin/relayd/relay_http.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/relayd/relay_http.c') diff --git a/usr.sbin/relayd/relay_http.c b/usr.sbin/relayd/relay_http.c index 82820ccf420..6622c34be64 100644 --- a/usr.sbin/relayd/relay_http.c +++ b/usr.sbin/relayd/relay_http.c @@ -1,4 +1,4 @@ -/* $OpenBSD: relay_http.c,v 1.36 2014/12/18 20:55:01 reyk Exp $ */ +/* $OpenBSD: relay_http.c,v 1.37 2014/12/21 00:54:49 guenther Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter @@ -28,7 +28,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3-59-g8ed1b