pm: policy: header cleanup
Include just the necessary headers. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a269654243
commit
4cc018bcd6
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
#ifndef ZEPHYR_INCLUDE_PM_POLICY_H_
|
#ifndef ZEPHYR_INCLUDE_PM_POLICY_H_
|
||||||
#define ZEPHYR_INCLUDE_PM_POLICY_H_
|
#define ZEPHYR_INCLUDE_PM_POLICY_H_
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <pm/state.h>
|
#include <pm/state.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
@ -5,11 +5,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <devicetree.h>
|
#include <devicetree.h>
|
||||||
#include <zephyr.h>
|
|
||||||
#include <kernel.h>
|
|
||||||
#include <pm/pm.h>
|
#include <pm/pm.h>
|
||||||
#include <pm/policy.h>
|
#include <pm/policy.h>
|
||||||
|
#include <sys_clock.h>
|
||||||
#include <sys/check.h>
|
#include <sys/check.h>
|
||||||
|
#include <sys/time_units.h>
|
||||||
|
#include <sys/util.h>
|
||||||
|
|
||||||
#include <logging/log.h>
|
#include <logging/log.h>
|
||||||
LOG_MODULE_DECLARE(pm, CONFIG_PM_LOG_LEVEL);
|
LOG_MODULE_DECLARE(pm, CONFIG_PM_LOG_LEVEL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue