From a639c13eca2e4c1982e8b7d699a8b387e6bb030d Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Thu, 28 Jul 2022 11:23:22 -0600 Subject: util: remove unused includes Remove these includes as they're not needed in this header. Instead, the includes should go where they're actually being used. BRANCH=none BUG=b:240574048 TEST=make buildall -j TEST=zmake build -a Signed-off-by: Yuval Peress Change-Id: I64b10af3216654b2a20caa1cabd267661a0bca39 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3791980 Reviewed-by: Tristan Honscheid Commit-Queue: Tristan Honscheid --- board/atlas/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/atlas') diff --git a/board/atlas/board.c b/board/atlas/board.c index 9b888e0cac..9617006094 100644 --- a/board/atlas/board.c +++ b/board/atlas/board.c @@ -29,6 +29,7 @@ #include "keyboard_scan.h" #include "lid_switch.h" #include "motion_sense.h" +#include "panic.h" #include "power_button.h" #include "power.h" #include "pwm_chip.h" -- cgit v1.2.1