1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[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

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 {