🎨 Clean up old #includes (#26621)
This commit is contained in:
parent
68b7802fc1
commit
be1dee7caf
|
@ -37,14 +37,6 @@ GCodeQueue queue;
|
||||||
#include "../MarlinCore.h"
|
#include "../MarlinCore.h"
|
||||||
#include "../core/bug_on.h"
|
#include "../core/bug_on.h"
|
||||||
|
|
||||||
#if ENABLED(PRINTER_EVENT_LEDS)
|
|
||||||
#include "../feature/leds/printer_event_leds.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAS_ETHERNET
|
|
||||||
#include "../feature/ethernet.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||||
#include "../feature/binary_stream.h"
|
#include "../feature/binary_stream.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue