Skip to content

Commit be1dee7

Browse files
authored
🎨 Clean up old #includes (MarlinFirmware#26621)
1 parent 68b7802 commit be1dee7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Marlin/src/gcode/queue.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ GCodeQueue queue;
3737
#include "../MarlinCore.h"
3838
#include "../core/bug_on.h"
3939

40-
#if ENABLED(PRINTER_EVENT_LEDS)
41-
#include "../feature/leds/printer_event_leds.h"
42-
#endif
43-
44-
#if HAS_ETHERNET
45-
#include "../feature/ethernet.h"
46-
#endif
47-
4840
#if ENABLED(BINARY_FILE_TRANSFER)
4941
#include "../feature/binary_stream.h"
5042
#endif

0 commit comments

Comments
 (0)