mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 23:49:49 +00:00
🎨 Clean up old #includes (#26621)
This commit is contained in:
parent
68b7802fc1
commit
be1dee7caf
1 changed files with 0 additions and 8 deletions
|
@ -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