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

@ -1,5 +1,5 @@
#include "headers/macro-action-edit.hpp"
#include "headers/macro-action-switch-scene.hpp"
#include "headers/macro-action-scene-switch.hpp"
#include "headers/utility.hpp"
#include "headers/advanced-scene-switcher.hpp"

View File

@ -1,4 +1,4 @@
#include "headers/macro-action-switch-scene.hpp"
#include "headers/macro-action-scene-switch.hpp"
#include "headers/advanced-scene-switcher.hpp"
#include "headers/utility.hpp"

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"}},