From cef5da4f4e10e82afb44a3bd51c1f25613f91080 Mon Sep 17 00:00:00 2001
From: Stefan Reither <stefan.reither@kit.edu>
Date: Thu, 12 Dec 2019 12:10:18 +0100
Subject: [PATCH] fixes deprecated includes in StatechartExecutionGroup

---
 .../statecharts/StatechartExecutionGroup/StatechartExecution.h  | 2 +-
 .../statecharts/StatechartExecutionGroup/Substates/Executor.h   | 2 +-
 .../StatechartExecutionGroup/Substates/PrepareNext.h            | 2 +-
 .../StatechartExecutionGroup/Substates/WaitForNext.h            | 2 +-
 .../Testing/TestStateForStatechartExecution.h                   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/RobotAPI/statecharts/StatechartExecutionGroup/StatechartExecution.h b/source/RobotAPI/statecharts/StatechartExecutionGroup/StatechartExecution.h
index c48b3b78b..6d410eb07 100644
--- a/source/RobotAPI/statecharts/StatechartExecutionGroup/StatechartExecution.h
+++ b/source/RobotAPI/statecharts/StatechartExecutionGroup/StatechartExecution.h
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <ArmarXCore/statecharts/StatechartExecutionGroup/StatechartExecution.generated.h>
+#include <RobotAPI/statecharts/StatechartExecutionGroup/StatechartExecution.generated.h>
 
 namespace armarx
 {
diff --git a/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/Executor.h b/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/Executor.h
index 7c94fe4a8..73eaf61e8 100644
--- a/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/Executor.h
+++ b/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/Executor.h
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <ArmarXCore/statecharts/StatechartExecutionGroup/Executor.generated.h>
+#include <RobotAPI/statecharts/StatechartExecutionGroup/Executor.generated.h>
 
 namespace armarx
 {
diff --git a/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/PrepareNext.h b/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/PrepareNext.h
index 660d870a7..7b0831d25 100644
--- a/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/PrepareNext.h
+++ b/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/PrepareNext.h
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <ArmarXCore/statecharts/StatechartExecutionGroup/PrepareNext.generated.h>
+#include <RobotAPI/statecharts/StatechartExecutionGroup/PrepareNext.generated.h>
 
 namespace armarx
 {
diff --git a/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/WaitForNext.h b/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/WaitForNext.h
index 6f0216428..b98d39ef1 100644
--- a/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/WaitForNext.h
+++ b/source/RobotAPI/statecharts/StatechartExecutionGroup/Substates/WaitForNext.h
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <ArmarXCore/statecharts/StatechartExecutionGroup/WaitForNext.generated.h>
+#include <RobotAPI/statecharts/StatechartExecutionGroup/WaitForNext.generated.h>
 
 namespace armarx
 {
diff --git a/source/RobotAPI/statecharts/StatechartExecutionGroup/Testing/TestStateForStatechartExecution.h b/source/RobotAPI/statecharts/StatechartExecutionGroup/Testing/TestStateForStatechartExecution.h
index 6364e08bd..09cd6baf8 100644
--- a/source/RobotAPI/statecharts/StatechartExecutionGroup/Testing/TestStateForStatechartExecution.h
+++ b/source/RobotAPI/statecharts/StatechartExecutionGroup/Testing/TestStateForStatechartExecution.h
@@ -21,7 +21,7 @@
  */
 #pragma once
 
-#include <ArmarXCore/statecharts/StatechartExecutionGroup/TestStateForStatechartExecution.generated.h>
+#include <RobotAPI/statecharts/StatechartExecutionGroup/TestStateForStatechartExecution.generated.h>
 
 namespace armarx
 {
-- 
GitLab