summaryrefslogtreecommitdiff
path: root/common/vboot/vboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/vboot/vboot.c')
-rw-r--r--common/vboot/vboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/vboot/vboot.c b/common/vboot/vboot.c
index 162b396ba5..cf449da1b8 100644
--- a/common/vboot/vboot.c
+++ b/common/vboot/vboot.c
@@ -17,13 +17,13 @@
#include "host_command.h"
#include "rsa.h"
#include "rwsig.h"
+#include "stdbool.h"
#include "sha256.h"
#include "shared_mem.h"
-#include "stdbool.h"
#include "system.h"
#include "usb_pd.h"
-#include "vb21_struct.h"
#include "vboot.h"
+#include "vb21_struct.h"
#define CPRINTS(format, args...) cprints(CC_VBOOT, "VB " format, ##args)
#define CPRINTF(format, args...) cprintf(CC_VBOOT, "VB " format, ##args)