pm: remove redundant <zephyr/zephyr.h> includes

Files including <zephyr/kernel.h> do not have to include
<zephyr/zephyr.h>, a shim to <zephyr/kernel.h>.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-06-14 10:50:42 +02:00 committed by Carles Cufí
parent e207b39404
commit 8cb33df108

View File

@ -5,7 +5,6 @@
*/
#include <zephyr/device.h>
#include <zephyr/zephyr.h>
#include <zephyr/kernel.h>
#include <zephyr/timeout_q.h>
#include <zephyr/init.h>