diff --git a/drivers/pwm/pwm_mchp_xec.c b/drivers/pwm/pwm_mchp_xec.c index 92e9f6865c1..b7a030c0abe 100644 --- a/drivers/pwm/pwm_mchp_xec.c +++ b/drivers/pwm/pwm_mchp_xec.c @@ -9,7 +9,7 @@ #include LOG_MODULE_REGISTER(pwm_mchp_xec, CONFIG_PWM_LOG_LEVEL); -#include +#include #include #include diff --git a/drivers/pwm/pwm_mcux.c b/drivers/pwm/pwm_mcux.c index 5bbaf59a3d4..0c17a464eb8 100644 --- a/drivers/pwm/pwm_mcux.c +++ b/drivers/pwm/pwm_mcux.c @@ -5,7 +5,7 @@ */ #include -#include +#include #include #include #include