From 19ee004d62182b3fe368672b92b1d3ae5d8c579c Mon Sep 17 00:00:00 2001 From: guenther <> Date: Fri, 3 Feb 2017 08:08:15 +0000 Subject: Don't use from userland without cause. Sort before other includes per style(9) while we're here. ok florian@ bcook@ jsing@ beck@ --- src/usr.sbin/ocspcheck/http.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/usr.sbin/ocspcheck/http.c b/src/usr.sbin/ocspcheck/http.c index 9aef1aac8d..456840b391 100644 --- a/src/usr.sbin/ocspcheck/http.c +++ b/src/usr.sbin/ocspcheck/http.c @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.7 2017/02/01 18:54:37 beck Exp $ */ +/* $Id: http.c,v 1.8 2017/02/03 08:08:15 guenther Exp $ */ /* * Copyright (c) 2016 Kristaps Dzonsons * @@ -15,10 +15,11 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include +#include + #include #include -#include -#include #include #include -- cgit v1.2.3-55-g6feb