summaryrefslogtreecommitdiff
path: root/driver/accelgyro_icm_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accelgyro_icm_common.h')
-rw-r--r--driver/accelgyro_icm_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/accelgyro_icm_common.h b/driver/accelgyro_icm_common.h
index 400c56ba6f..32adf6f5ff 100644
--- a/driver/accelgyro_icm_common.h
+++ b/driver/accelgyro_icm_common.h
@@ -8,12 +8,12 @@
#ifndef __CROS_EC_ACCELGYRO_ICM_COMMON_H
#define __CROS_EC_ACCELGYRO_ICM_COMMON_H
-#include <sys/types.h>
-
#include "accelgyro.h"
+#include "builtin/stddef.h"
#include "hwtimer.h"
#include "timer.h"
-#include "builtin/stddef.h"
+
+#include <sys/types.h>
#if !defined(CONFIG_ACCELGYRO_ICM_COMM_SPI) && \
!defined(CONFIG_ACCELGYRO_ICM_COMM_I2C)