Bladeren bron

Clean up some pre-serial-redirect includes

Scott Lahteine 5 jaren geleden
bovenliggende
commit
3f36a38512

+ 0
- 4
Marlin/src/gcode/config/M217.cpp Bestand weergeven

@@ -27,10 +27,6 @@
27 27
 #include "../gcode.h"
28 28
 #include "../../module/tool_change.h"
29 29
 
30
-#if NUM_SERIAL > 1
31
-  #include "../../gcode/queue.h"
32
-#endif
33
-
34 30
 void M217_report(const bool eeprom=false) {
35 31
 
36 32
   #if ENABLED(TOOLCHANGE_FILAMENT_SWAP)

+ 0
- 4
Marlin/src/gcode/eeprom/M500-M504.cpp Bestand weergeven

@@ -29,10 +29,6 @@
29 29
   #include "../../lcd/extensible_ui/ui_api.h"
30 30
 #endif
31 31
 
32
-#if NUM_SERIAL > 1
33
-  #include "../../gcode/queue.h"
34
-#endif
35
-
36 32
 /**
37 33
  * M500: Store settings in EEPROM
38 34
  */

+ 0
- 4
Marlin/src/gcode/host/M115.cpp Bestand weergeven

@@ -23,10 +23,6 @@
23 23
 #include "../gcode.h"
24 24
 #include "../../inc/MarlinConfig.h"
25 25
 
26
-#if NUM_SERIAL > 1
27
-  #include "../../gcode/queue.h"
28
-#endif
29
-
30 26
 #if ENABLED(EXTENDED_CAPABILITIES_REPORT)
31 27
   static void cap_line(PGM_P const name, bool ena=false) {
32 28
     SERIAL_ECHOPGM("Cap:");

+ 0
- 4
Marlin/src/gcode/stats/M31.cpp Bestand weergeven

@@ -26,10 +26,6 @@
26 26
 #include "../../libs/duration_t.h"
27 27
 #include "../../lcd/ultralcd.h"
28 28
 
29
-#if NUM_SERIAL > 1
30
-  #include "../../gcode/queue.h"
31
-#endif
32
-
33 29
 /**
34 30
  * M31: Get the time since the start of SD Print (or last M109)
35 31
  */

+ 0
- 4
Marlin/src/gcode/temperature/M105.cpp Bestand weergeven

@@ -23,10 +23,6 @@
23 23
 #include "../gcode.h"
24 24
 #include "../../module/temperature.h"
25 25
 
26
-#if NUM_SERIAL > 1
27
-  #include "../../gcode/queue.h"
28
-#endif
29
-
30 26
 /**
31 27
  * M105: Read hot end and bed temperature
32 28
  */

Laden…
Annuleren
Opslaan