diff --git a/components/drivers/include/rtdevice.h b/components/drivers/include/rtdevice.h index 846aac6920..afc4ac7dac 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"