Refactor includes

This commit is contained in:
Pim van Pelt
2018-11-18 23:49:09 +01:00
parent 23ae7603be
commit 075dca9f0e
12 changed files with 18 additions and 39 deletions

View File

@ -2,8 +2,6 @@
#ifdef MGOS_HAVE_VEML6075_I2C
#include "mgos_veml6075.h"
#include "mgos_config.h"
#include "mgos_prometheus_metrics.h"
#include "mgos_prometheus_sensors.h"
static struct mgos_veml6075 *s_veml6075;