summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/aes.cc2
-rw-r--r--test/rng_benchmark.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/aes.cc b/test/aes.cc
index 6986abd148..d08679d489 100644
--- a/test/aes.cc
+++ b/test/aes.cc
@@ -19,8 +19,8 @@
#include "test_util.h"
extern "C" {
-#include "aes.h"
#include "aes-gcm.h"
+#include "aes.h"
#include "builtin/assert.h"
#include "console.h"
#include "timer.h"
diff --git a/test/rng_benchmark.cc b/test/rng_benchmark.cc
index 2e47b8ea27..c086ff2cb0 100644
--- a/test/rng_benchmark.cc
+++ b/test/rng_benchmark.cc
@@ -7,8 +7,8 @@
*/
#include "benchmark.h"
-
#include "console.h"
+
#include <array>
#include <cstdint>
#include <cstdlib>