summaryrefslogtreecommitdiff
path: root/common/accel_cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/accel_cal.c')
-rw-r--r--common/accel_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/accel_cal.c b/common/accel_cal.c
index 878f3b06fa..0fe9fe7656 100644
--- a/common/accel_cal.c
+++ b/common/accel_cal.c
@@ -3,9 +3,9 @@
* found in the LICENSE file.
*/
-#include "accel_cal.h"
#include "common.h"
#include "console.h"
+#include "accel_cal.h"
#define CPRINTS(format, args...) cprints(CC_MOTION_SENSE, format, ##args)