Include library headers in .cpp

This commit is contained in:
Maxim Prokhorov
2020-07-16 04:55:35 +03:00
committed by Max Prokhorov
parent b7a01466fc
commit 3d7449c202
16 changed files with 84 additions and 81 deletions

View File

@@ -14,12 +14,19 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
#include <functional>
#include <memory>
#include <Schedule.h>
#include "system.h"
#include "utils.h"
#include "ntp.h"
#include <Schedule.h>
#include <Print.h>
#include <Hash.h>
#include <FS.h>
#include <ArduinoJson.h>
#include <ESPAsyncWebServer.h>
#include <AsyncJson.h>
#if WEB_EMBEDDED
#if WEBUI_IMAGE == WEBUI_IMAGE_SMALL