diff options
author | Yuval Peress <peress@google.com> | 2022-07-28 11:23:22 -0600 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-08-05 18:34:32 +0000 |
commit | a639c13eca2e4c1982e8b7d699a8b387e6bb030d (patch) | |
tree | e5a4613f07bb55ed03971e3aba481f9d3a896219 /board/rammus | |
parent | 79867844f7e223dee1183b3a02426b75288dfb88 (diff) | |
download | chrome-ec-a639c13eca2e4c1982e8b7d699a8b387e6bb030d.tar.gz |
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 <peress@google.com>
Change-Id: I64b10af3216654b2a20caa1cabd267661a0bca39
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3791980
Reviewed-by: Tristan Honscheid <honscheid@google.com>
Commit-Queue: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'board/rammus')
-rw-r--r-- | board/rammus/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/rammus/board.c b/board/rammus/board.c index 6fcae701db..9c47838758 100644 --- a/board/rammus/board.c +++ b/board/rammus/board.c @@ -39,6 +39,7 @@ #include "math_util.h" #include "motion_lid.h" #include "motion_sense.h" +#include "panic.h" #include "pi3usb9281.h" #include "power.h" #include "power_button.h" |