Adjust includes to new file name

This commit is contained in:
WarmUpTill
2021-05-16 15:33:24 +02:00
committed by WarmUpTill
parent 74dfd9af30
commit 305ce96ad0
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#include "headers/macro-action-edit.hpp"
#include "headers/macro-condition-edit.hpp"
#include "headers/macro-action-switch-scene.hpp"
#include "headers/macro-action-scene-switch.hpp"
const std::map<LogicType, LogicTypeInfo> MacroCondition::logicTypes = {
{LogicType::NONE, {"AdvSceneSwitcher.logic.none"}},