scheduler: clang-tidy being clever

This commit is contained in:
Maxim Prokhorov
2024-05-23 00:27:23 +03:00
parent 7ac9fd7489
commit 8ff1cd9404

View File

@@ -15,15 +15,22 @@ Copyright (C) 2019-2024 by Maxim Prokhorov <prokhorov dot max at outlook dot com
#include "api.h"
#include "datetime.h"
#include "light.h"
#include "mqtt.h"
#include "ntp.h"
#include "ntp_timelib.h"
#include "curtain_kingart.h"
#include "relay.h"
#include "scheduler.h"
#include "ws.h"
#if TERMINAL_SUPPORT == 0
#if LIGHT_PROVIDER != LIGHT_PROVIDER_NONE
#include "light.h"
#endif
#if RELAY_SUPPORT
#include "relay.h"
#endif
#endif
#include "libs/EphemeralPrint.h"
#include "libs/PrintString.h"