Skip to content

Commit

Permalink
#21 fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dentra committed Feb 1, 2024
1 parent 9f8d3aa commit f0110cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion components/tion/tion_climate_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "esphome/components/climate/climate_mode.h"

#include "tion_component.h"
#include "tion_climate.h"
#include "tion_climate_component.h"

namespace esphome {
Expand Down
2 changes: 1 addition & 1 deletion components/tion/tion_climate_component.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "../tion-api/tion-api.h"

#include "tion_component.h"
#include "tion_climate.h"
#include "tion_presets.h"
#include "tion_vport.h"

namespace esphome {
Expand Down
1 change: 0 additions & 1 deletion components/tion/tion_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "esphome/core/log.h"

#include "tion_climate.h"
#include "tion_component.h"

namespace esphome {
Expand Down

0 comments on commit f0110cb

Please sign in to comment.