mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
Drop ubl.h include from steppers.cpp
This commit is contained in:
parent
3137df9ad4
commit
252ae1b52d
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@
|
|||
#include "cardreader.h"
|
||||
#include "speed_lookuptable.h"
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL) && ENABLED(ULTIPANEL)
|
||||
#include "ubl.h"
|
||||
#endif
|
||||
|
||||
#if HAS_DIGIPOTSS
|
||||
#include <SPI.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue