Skip to content

Commit

Permalink
🎨 Clean up old #includes (MarlinFirmware#26621)
Browse files Browse the repository at this point in the history
  • Loading branch information
0r31 authored and chrisheib committed Jan 6, 2024
1 parent f8ca5a2 commit 229cd4a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Marlin/src/gcode/queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ GCodeQueue queue;
#include "../MarlinCore.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)
#include "../feature/binary_stream.h"
#endif
Expand Down

0 comments on commit 229cd4a

Please sign in to comment.