From 252ae1b52d71af5c44d78532c5828468bbd8185a Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 7 Feb 2018 00:26:45 -0600 Subject: [PATCH] Drop ubl.h include from steppers.cpp --- Marlin/stepper.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index f633ee30d..0c4897bca 100644 --- a/Marlin/stepper.cpp +++ b/Marlin/stepper.cpp @@ -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 #endif