summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 02f7449d81..6f76157b6c 100644
--- a/include/common.h
+++ b/include/common.h
@@ -8,14 +8,13 @@
#ifndef __CROS_EC_COMMON_H
#define __CROS_EC_COMMON_H
-#include "compile_time_macros.h"
-
-#include <inttypes.h>
#include <stdint.h>
+#include <inttypes.h>
+
+#include "compile_time_macros.h"
#ifdef CONFIG_ZEPHYR
#include "fpu.h"
-
#include <zephyr/sys/util.h>
#include <zephyr/toolchain.h>
#ifdef CONFIG_ZTEST