summaryrefslogtreecommitdiff
path: root/include/mag_cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mag_cal.h')
-rw-r--r--include/mag_cal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mag_cal.h b/include/mag_cal.h
index 82453c5235..66281bba4e 100644
--- a/include/mag_cal.h
+++ b/include/mag_cal.h
@@ -8,10 +8,10 @@
#ifndef __CROS_EC_MAG_CAL_H
#define __CROS_EC_MAG_CAL_H
-#include "kasa.h"
-#include "mat44.h"
#include "math_util.h"
+#include "mat44.h"
#include "vec4.h"
+#include "kasa.h"
#define MAG_CAL_MAX_SAMPLES 0xffff
#define MAG_CAL_MIN_BATCH_WINDOW_US (2 * SECOND)