diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2021-05-16 14:10:44 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2021-05-16 14:10:44 +0000 |
commit | 3788c0946b92d2c4aa4948378ac43fa0a5eb7f5a (patch) | |
tree | 1491d11aef72e8df4be4683c51e354e950f6a5c3 /lib/libssl/tls13_record.c | |
parent | 5233be9a70ac292f3e0334a26891d82002f16a16 (diff) |
Make local header inclusion consistent.
Consistently include local headers in the same location, using the same
grouping/sorting across all files.
Diffstat (limited to 'lib/libssl/tls13_record.c')
-rw-r--r-- | lib/libssl/tls13_record.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/tls13_record.c b/lib/libssl/tls13_record.c index c856932b403..931671dd1ee 100644 --- a/lib/libssl/tls13_record.c +++ b/lib/libssl/tls13_record.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_record.c,v 1.6 2020/05/11 18:08:11 jsing Exp $ */ +/* $OpenBSD: tls13_record.c,v 1.7 2021/05/16 14:10:43 jsing Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> * @@ -16,7 +16,6 @@ */ #include "ssl_locl.h" - #include "tls13_internal.h" #include "tls13_record.h" |