No PLR include needed in queue.cpp

This commit is contained in:
Scott Lahteine 2019-04-03 18:25:42 -05:00
parent 5d2c5877f7
commit af92ee9dd6

View File

@ -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.