summaryrefslogtreecommitdiff
path: root/tests/vb20_common2_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb20_common2_tests.c')
-rw-r--r--tests/vb20_common2_tests.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/vb20_common2_tests.c b/tests/vb20_common2_tests.c
index 39e4c06f..46b04cad 100644
--- a/tests/vb20_common2_tests.c
+++ b/tests/vb20_common2_tests.c
@@ -9,15 +9,14 @@
#include <stdio.h>
#include <string.h>
-#include "2sysincludes.h"
#include "2rsa.h"
+#include "2sysincludes.h"
#include "file_keys.h"
#include "host_common.h"
#include "host_key2.h"
+#include "test_common.h"
#include "vb2_common.h"
#include "vboot_common.h"
-#include "test_common.h"
-
static const uint8_t test_data[] = "This is some test data to sign.";
static const uint32_t test_size = sizeof(test_data);