Cleanup includes

This commit is contained in:
Thomas Basler
2022-12-14 22:13:03 +01:00
parent 36477eab49
commit 54d94af487
28 changed files with 29 additions and 61 deletions

View File

@@ -3,12 +3,11 @@
* Copyright (C) 2022 Thomas Basler and others
*/
#include "WebApi_ntp.h"
#include "ArduinoJson.h"
#include "AsyncJson.h"
#include "Configuration.h"
#include "NtpSettings.h"
#include "WebApi.h"
#include "helper.h"
#include <AsyncJson.h>
void WebApiNtpClass::init(AsyncWebServer* server)
{