From d6b346577efe94c30d6ba08ca7f8feae71688a3c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 Nov 2014 14:12:47 +0000 Subject: Sort and group includes. --- src/lib/libssl/d1_pkt.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/lib/libssl/d1_pkt.c') diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index 7aa5aac752..83b9bf1ce2 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_pkt.c,v 1.36 2014/10/22 15:29:31 jsing Exp $ */ +/* $OpenBSD: d1_pkt.c,v 1.37 2014/11/16 14:12:47 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -113,12 +113,15 @@ * [including the GNU Public Licence.] */ -#include -#include #include + +#include +#include + #include "ssl_locl.h" -#include + #include +#include #include "pqueue.h" -- cgit v1.2.3-55-g6feb