diff --git a/components/drivers/include/rtdevice.h b/components/drivers/include/rtdevice.h index 846aac69200dbefb2ec5c7d61dab51cf49cbfb6d..afc4ac7dac17eff08eaea123ae8da8abafe8ab71 100644 --- a/components/drivers/include/rtdevice.h +++ b/components/drivers/include/rtdevice.h @@ -86,10 +86,6 @@ rt_size_t rt_ringbuffer_emptry_size(struct rt_ringbuffer* rb); #endif /* RT_USING_I2C */ -#ifdef RT_USING_PM -#include "drivers/pm.h" -#endif - #ifdef RT_USING_SDIO #include "drivers/mmcsd_core.h" #include "drivers/sd.h"