🎨 Clean up old #includes (#26621)

This commit is contained in:
Orel 2024-01-03 21:02:20 +01:00 committed by GitHub
parent 68b7802fc1
commit be1dee7caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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