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 --- power/qcom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'power/qcom.c') diff --git a/power/qcom.c b/power/qcom.c index 5fcdeda98e..ed546cd976 100644 --- a/power/qcom.c +++ b/power/qcom.c @@ -22,6 +22,7 @@ * - If POWER_GOOD is dropped by the AP, then we power the AP off */ +#include "builtin/assert.h" #include "charge_state.h" #include "chipset.h" #include "common.h" -- cgit v1.2.1