summaryrefslogtreecommitdiff
path: root/test/vboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vboot.c')
-rw-r--r--test/vboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vboot.c b/test/vboot.c
index caa3d2d7cb..f75208de90 100644
--- a/test/vboot.c
+++ b/test/vboot.c
@@ -7,10 +7,10 @@
#include "common.h"
#include "rsa.h"
-#include "rsa2048-3.h"
-#include "rwsig.h"
#include "test_util.h"
#include "vboot.h"
+#include "rsa2048-3.h"
+#include "rwsig.h"
struct vboot_key {
struct vb21_packed_key vb21_key;