Fix broken includes after refactor

This commit is contained in:
Pim van Pelt
2018-03-21 15:35:58 +01:00
parent f43dea1d7b
commit d80ba14e03

View File

@ -1,11 +1,10 @@
#include "mgos.h"
#ifdef MGOS_HAVE_DHT
#include "main.h"
#include "mgos_dht.h"
#include "mgos_config.h"
#include "mgos_prometheus_metrics.h"
#include "mqtt.h"
#include "mgos_prometheus_sensors.h"
#define MAX_DHT 8