summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/math_util.h b/include/math_util.h
index 6b4b8cb3e5..51065d2bce 100644
--- a/include/math_util.h
+++ b/include/math_util.h
@@ -8,10 +8,8 @@
#ifndef __CROS_EC_MATH_UTIL_H
#define __CROS_EC_MATH_UTIL_H
-#include "config.h"
-#include "limits.h"
-
#include <stdint.h>
+#include "limits.h"
#ifdef CONFIG_FPU
typedef float fp_t;