1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 15:52:20 +01:00

Use relative include, add check

This commit is contained in:
Otto Winter
2019-05-27 13:06:45 +02:00
parent dac624231f
commit 72a80f559a
19 changed files with 65 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
#include "esphome/components/binary_sensor/binary_sensor.h"
#include "binary_sensor.h"
#include "esphome/core/log.h"
namespace esphome {

View File

@@ -1,5 +1,5 @@
#include "esphome/components/binary_sensor/filter.h"
#include "esphome/components/binary_sensor/binary_sensor.h"
#include "filter.h"
#include "binary_sensor.h"
namespace esphome {