Sort includes.

This commit is contained in:
riastradh 2020-07-26 14:01:14 +00:00
parent 0c293d0431
commit ed8eacd373

View File

@ -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 <sys/types.h>
#include <crypto/aes/aes.h>
#include <crypto/aes/aes_impl.h>
#include <crypto/aes/aes_bear.h>
#include <crypto/aes/aes_impl.h>
#if defined(__i386__) || defined(__x86_64__)
#include <crypto/aes/arch/x86/aes_ni.h>