[stepper] Remove unnecessary `#include` (#7827)

This commit is contained in:
Keith Burzinski 2024-11-25 02:25:04 -06:00 committed by GitHub
parent 46a435f5f2
commit ebf895990b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
#include "esphome/core/component.h"
#include "esphome/core/automation.h"
#include "esphome/components/stepper/stepper.h"
namespace esphome {
namespace stepper {