diff --git a/drivers/watchdog/wdt_npcx.c b/drivers/watchdog/wdt_npcx.c index 52df7c58662..7f23fcaf678 100644 --- a/drivers/watchdog/wdt_npcx.c +++ b/drivers/watchdog/wdt_npcx.c @@ -28,14 +28,17 @@ * */ -#include -#include -#include -#include -#include - #include "soc_miwu.h" + +#include + +#include +#include +#include +#include #include + +#include LOG_MODULE_REGISTER(wdt_npcx, CONFIG_WDT_LOG_LEVEL); /* Watchdog operating frequency is fixed to LFCLK (32.768) kHz */