@@ -37,10 +37,6 @@
#include "../feature/leds/printer_event_leds.h"
#endif
-#if ENABLED(POWER_LOSS_RECOVERY)
- #include "../feature/power_loss_recovery.h"
-#endif
-
/**
* GCode line number handling. Hosts may opt to include line numbers when
* sending commands to Marlin, and lines will be checked for sequentiality.