Clean up some pre-serial-redirect includes

This commit is contained in:
Scott Lahteine
2019-03-03 01:49:21 -06:00
parent fa0d909dd3
commit 3f36a38512
5 changed files with 0 additions and 20 deletions

View File

@ -27,10 +27,6 @@
#include "../gcode.h"
#include "../../module/tool_change.h"
#if NUM_SERIAL > 1
#include "../../gcode/queue.h"
#endif
void M217_report(const bool eeprom=false) {
#if ENABLED(TOOLCHANGE_FILAMENT_SWAP)