From ed8eacd3739e0f43c309971bd3f57ac196fc4b45 Mon Sep 17 00:00:00 2001 From: riastradh Date: Sun, 26 Jul 2020 14:01:14 +0000 Subject: [PATCH] Sort includes. --- tests/sys/crypto/aes/t_aes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sys/crypto/aes/t_aes.c b/tests/sys/crypto/aes/t_aes.c index df1ff7ada55b..5c2464d08aea 100644 --- a/tests/sys/crypto/aes/t_aes.c +++ b/tests/sys/crypto/aes/t_aes.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_aes.c,v 1.2 2020/07/26 12:43:27 martin Exp $ */ +/* $NetBSD: t_aes.c,v 1.3 2020/07/26 14:01:14 riastradh Exp $ */ /*- * Copyright (c) 2020 The NetBSD Foundation, Inc. @@ -29,8 +29,8 @@ #include #include -#include #include +#include #if defined(__i386__) || defined(__x86_64__) #include