Skip to content
Snippets Groups Projects
Commit cef5da4f authored by Stefan Reither's avatar Stefan Reither
Browse files

fixes deprecated includes in StatechartExecutionGroup

parent d1751950
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
*/
#pragma once
#include <ArmarXCore/statecharts/StatechartExecutionGroup/StatechartExecution.generated.h>
#include <RobotAPI/statecharts/StatechartExecutionGroup/StatechartExecution.generated.h>
namespace armarx
{
......
......@@ -21,7 +21,7 @@
*/
#pragma once
#include <ArmarXCore/statecharts/StatechartExecutionGroup/Executor.generated.h>
#include <RobotAPI/statecharts/StatechartExecutionGroup/Executor.generated.h>
namespace armarx
{
......
......@@ -21,7 +21,7 @@
*/
#pragma once
#include <ArmarXCore/statecharts/StatechartExecutionGroup/PrepareNext.generated.h>
#include <RobotAPI/statecharts/StatechartExecutionGroup/PrepareNext.generated.h>
namespace armarx
{
......
......@@ -21,7 +21,7 @@
*/
#pragma once
#include <ArmarXCore/statecharts/StatechartExecutionGroup/WaitForNext.generated.h>
#include <RobotAPI/statecharts/StatechartExecutionGroup/WaitForNext.generated.h>
namespace armarx
{
......
......@@ -21,7 +21,7 @@
*/
#pragma once
#include <ArmarXCore/statecharts/StatechartExecutionGroup/TestStateForStatechartExecution.generated.h>
#include <RobotAPI/statecharts/StatechartExecutionGroup/TestStateForStatechartExecution.generated.h>
namespace armarx
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment