summaryrefslogtreecommitdiff
path: root/tests/vb21_common_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb21_common_tests.c')
-rw-r--r--tests/vb21_common_tests.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/vb21_common_tests.c b/tests/vb21_common_tests.c
index a971fd20..16f8318f 100644
--- a/tests/vb21_common_tests.c
+++ b/tests/vb21_common_tests.c
@@ -5,16 +5,15 @@
* Tests for firmware 2common.c
*/
-#include "2sysincludes.h"
#include "2common.h"
#include "2rsa.h"
-#include "vb21_common.h"
+#include "2sysincludes.h"
#include "host_fw_preamble2.h"
#include "host_key2.h"
#include "host_keyblock2.h"
#include "host_signature2.h"
-
#include "test_common.h"
+#include "vb21_common.h"
static const uint8_t test_data[] = "This is some test data to sign.";
static const uint8_t test_data2[] = "Some more test data";