Marlin: drop mmu2.h include

We should only be including it where needed
This commit is contained in:
Guðni Már Gilbert 2024-08-13 23:26:09 +00:00
parent 835caa0230
commit 41245b2a59
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#include "language.h"
#include "menu.h"
#include "messages.h"
#include "mmu2.h"
#include "planner.h"
#include "temperature.h"
#include "ultralcd.h"

View File

@ -21,7 +21,6 @@
#include "Configuration.h"
#include "pins.h"
#include "Timer.h"
#include "mmu2.h"
#include "printer_state.h"
#ifndef AT90USB