drop unnecessary includes

This commit is contained in:
Wolfgang Hottgenroth 2019-04-26 13:58:51 +02:00
parent 14a0251806
commit 68f6e5661b
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

@ -14,9 +14,6 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include <ESP8266WiFi.h>
// #include <ESP8266WebServer.h>
#include <PubSubClient.h>
#include <mqttHandling.h> #include <mqttHandling.h>