diff --git a/src/macro-action-edit.cpp b/src/macro-action-edit.cpp index 8cf6eb99..5314e315 100644 --- a/src/macro-action-edit.cpp +++ b/src/macro-action-edit.cpp @@ -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" diff --git a/src/macro-action-scene-switch.cpp b/src/macro-action-scene-switch.cpp index 2c34bb79..11b7bab0 100644 --- a/src/macro-action-scene-switch.cpp +++ b/src/macro-action-scene-switch.cpp @@ -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" diff --git a/src/macro.cpp b/src/macro.cpp index e0dda440..b4b7b7d3 100644 --- a/src/macro.cpp +++ b/src/macro.cpp @@ -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 MacroCondition::logicTypes = { {LogicType::NONE, {"AdvSceneSwitcher.logic.none"}},