summaryrefslogtreecommitdiff
path: root/chip/ish/ish_persistent_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/ish_persistent_data.c')
-rw-r--r--chip/ish/ish_persistent_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/ish/ish_persistent_data.c b/chip/ish/ish_persistent_data.c
index ed909d6f7b..149acaeade 100644
--- a/chip/ish/ish_persistent_data.c
+++ b/chip/ish/ish_persistent_data.c
@@ -4,11 +4,11 @@
*/
#include "common.h"
-#include "config.h"
#include "ec_commands.h"
+#include "config.h"
#include "hooks.h"
-#include "ish_persistent_data.h"
#include "system.h"
+#include "ish_persistent_data.h"
#define PERSISTENT_DATA_MAGIC 0x49534864 /* "ISHd" */