summaryrefslogtreecommitdiff
path: root/include/body_detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/body_detection.h')
-rw-r--r--include/body_detection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/body_detection.h b/include/body_detection.h
index 7ab7ab3e6d..8fea5d84e1 100644
--- a/include/body_detection.h
+++ b/include/body_detection.h
@@ -6,8 +6,8 @@
#ifndef __CROS_EC_BODY_DETECTION_H
#define __CROS_EC_BODY_DETECTION_H
-#include <stdbool.h>
#include <stdint.h>
+#include <stdbool.h>
enum body_detect_states { BODY_DETECTION_OFF_BODY, BODY_DETECTION_ON_BODY };