aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/utils/LegacySupport.cpp2
-rw-r--r--src/common/utils/LegacySupport.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/utils/LegacySupport.cpp b/src/common/utils/LegacySupport.cpp
index f8e8a6ea3c..06b1693bd1 100644
--- a/src/common/utils/LegacySupport.cpp
+++ b/src/common/utils/LegacySupport.cpp
@@ -23,7 +23,7 @@
*/
#include "src/common/utils/LegacySupport.h"
-#include "arm_compute/core/ActivationLayerInfo.h"
+#include "arm_compute/function_info/ActivationLayerInfo.h"
namespace arm_compute
{
diff --git a/src/common/utils/LegacySupport.h b/src/common/utils/LegacySupport.h
index f1955ae3e1..05a70fc2c6 100644
--- a/src/common/utils/LegacySupport.h
+++ b/src/common/utils/LegacySupport.h
@@ -25,9 +25,9 @@
#define SRC_COMMON_LEGACY_SUPPORT_H
#include "arm_compute/Acl.h"
-#include "arm_compute/core/ActivationLayerInfo.h"
#include "arm_compute/core/TensorInfo.h"
#include "arm_compute/core/Types.h"
+#include "arm_compute/function_info/ActivationLayerInfo.h"
namespace arm_compute
{