diff --git a/src/hasp.cpp b/src/hasp.cpp index 2e44a3c9..2a669481 100644 --- a/src/hasp.cpp +++ b/src/hasp.cpp @@ -18,7 +18,6 @@ //#include "hasp_filesystem.h" included in hasp_conf.h #include "hasp_wifi.h" #include "hasp_gui.h" -#include "hasp_tft.h" #include "hasp_attribute.h" #include "hasp.h" diff --git a/src/hasp_attribute.cpp b/src/hasp_attribute.cpp index 4e329a1c..5b82c293 100644 --- a/src/hasp_attribute.cpp +++ b/src/hasp_attribute.cpp @@ -1,15 +1,12 @@ /* MIT License - Copyright (c) 2020 Francis Van Roie For full license information read the LICENSE file in the project folder */ -#include "ArduinoJson.h" -#include "ArduinoLog.h" - #include "lvgl.h" #if LVGL_VERSION_MAJOR != 7 #include "../lv_components.h" #endif -#include "hasp_conf.h" +//#include "hasp_conf.h" #include "hasp.h" #include "hasp_object.h" diff --git a/src/hasp_config.cpp b/src/hasp_config.cpp index 68281bda..99c184d1 100644 --- a/src/hasp_config.cpp +++ b/src/hasp_config.cpp @@ -1,8 +1,6 @@ /* MIT License - Copyright (c) 2020 Francis Van Roie For full license information read the LICENSE file in the project folder */ -#include "Arduino.h" -#include "ArduinoLog.h" #include "ArduinoJson.h" #include "StreamUtils.h" // For EEPromStream diff --git a/src/hasp_slave.cpp b/src/hasp_slave.cpp index 40e464d7..db94add5 100644 --- a/src/hasp_slave.cpp +++ b/src/hasp_slave.cpp @@ -10,7 +10,6 @@ #include "hasp_dispatch.h" #include "hasp_gui.h" #include "hasp_hal.h" -#include "hasp_tft.h" #include "hasp_config.h" #include "hasp.h" #include "tasmotaSlave.h"