Header cleanup

This commit is contained in:
fvanroie 2020-12-13 05:54:01 +01:00
parent 7acbca9f8f
commit be7568c145
4 changed files with 1 additions and 8 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"