summaryrefslogtreecommitdiff
path: root/include/temp_sensor.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-07-15 15:51:19 -0700
committerChromeBot <chrome-bot@google.com>2013-07-16 12:06:30 -0700
commit873e4425c5e27be3019b0ca47251e6fb94715bd3 (patch)
tree8b86b3dc1d766672b9fe370a72ad6a6f0ef74051 /include/temp_sensor.h
parentf8955d14b6ec61ac35b1f7d0bd6ecf6decf6b214 (diff)
downloadchrome-ec-873e4425c5e27be3019b0ca47251e6fb94715bd3.tar.gz
Remove unneeded direct includes of board.h and config.h
Both of these are included via common.h, which is in turn included by most other header files. Directly including board.h or config.h is redundant and discouraged. No code changes, just removing #includes. This is in preparation for making a top-level config.h file, but that change will be easier to review if it doesn't touch as many files. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms Change-Id: I204bcebe5607c6e6808821eb071cfc31d2a93a7c Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/62121 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/temp_sensor.h')
-rw-r--r--include/temp_sensor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/temp_sensor.h b/include/temp_sensor.h
index 6ef71952bf..d3532426e6 100644
--- a/include/temp_sensor.h
+++ b/include/temp_sensor.h
@@ -9,7 +9,6 @@
#define __CROS_EC_TEMP_SENSOR_H
#include "common.h"
-#include "board.h"
/* "enum temp_sensor_id" must be defined for each board in board.h. */
enum temp_sensor_id;