summaryrefslogtreecommitdiff
path: root/firmware/2lib/2nvstorage.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/2nvstorage.c')
-rw-r--r--firmware/2lib/2nvstorage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/2lib/2nvstorage.c b/firmware/2lib/2nvstorage.c
index be23cbbc..36926ffb 100644
--- a/firmware/2lib/2nvstorage.c
+++ b/firmware/2lib/2nvstorage.c
@@ -5,12 +5,12 @@
/* Non-volatile storage routines */
-#include "2sysincludes.h"
#include "2common.h"
#include "2crc8.h"
#include "2misc.h"
-#include "2nvstorage.h"
#include "2nvstorage_fields.h"
+#include "2nvstorage.h"
+#include "2sysincludes.h"
static void vb2_nv_regen_crc(struct vb2_context *ctx)
{