summaryrefslogtreecommitdiff
path: root/chip/host/persistence.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/persistence.c')
-rw-r--r--chip/host/persistence.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/chip/host/persistence.c b/chip/host/persistence.c
index 369f58034b..4d8ef09df1 100644
--- a/chip/host/persistence.c
+++ b/chip/host/persistence.c
@@ -18,14 +18,13 @@
* this homegrown implementation of something similar-yet-different.
*/
-#include "builtin/assert.h"
-#include "util.h"
-
+#include <linux/limits.h>
+#include <unistd.h>
#include <stdio.h>
#include <string.h>
-#include <linux/limits.h>
-#include <unistd.h>
+#include "builtin/assert.h"
+#include "util.h"
/* The longest path in a chroot seems to be about 280 characters (as of
* April 2021) so define a cut-off instead of just hoping for the best: