pm: policy: header cleanup

Include just the necessary headers.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-12-13 23:08:22 +01:00 committed by Carles Cufí
commit 4cc018bcd6
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@
#ifndef ZEPHYR_INCLUDE_PM_POLICY_H_
#define ZEPHYR_INCLUDE_PM_POLICY_H_
#include <stdint.h>
#include <pm/state.h>
#ifdef __cplusplus