summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/src/thermal.c')
-rw-r--r--zephyr/shim/src/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/src/thermal.c b/zephyr/shim/src/thermal.c
index fd1b0bfb52..abe6b7da9e 100644
--- a/zephyr/shim/src/thermal.c
+++ b/zephyr/shim/src/thermal.c
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
-#include "ec_commands.h"
#include "temp_sensor.h"
#include "temp_sensor/temp_sensor.h"
+#include "ec_commands.h"
#define THERMAL_CONFIG(node_id) \
[TEMP_SENSOR_ID(node_id)] = { \