From 60a1d53d5fe092d37c6ce5ce3cd38bcee84c936d Mon Sep 17 00:00:00 2001 From: Sanic Date: Wed, 2 Sep 2020 20:44:22 +0200 Subject: [PATCH] removed the addons.xml file import. Otherwise, you might not be able to load an AAE with Annotators from rs_addons. On my current install it yields the error that "addons.xml" couldnt be found on the filesystem --- descriptors/typesystem/all_types.xml | 1 - include/rs_addons/types/all_types.h | 1 - include/rs_addons/types/type_definitions.h | 1 - 3 files changed, 3 deletions(-) diff --git a/descriptors/typesystem/all_types.xml b/descriptors/typesystem/all_types.xml index c8ae375..901495c 100644 --- a/descriptors/typesystem/all_types.xml +++ b/descriptors/typesystem/all_types.xml @@ -6,6 +6,5 @@ - diff --git a/include/rs_addons/types/all_types.h b/include/rs_addons/types/all_types.h index 22e42c9..a7c2a12 100644 --- a/include/rs_addons/types/all_types.h +++ b/include/rs_addons/types/all_types.h @@ -5,7 +5,6 @@ #define __RS_ADDONS_ALL_TYPES_H__ #include -#include #endif /* __RS_ADDONS_ALL_TYPES_H__ */ diff --git a/include/rs_addons/types/type_definitions.h b/include/rs_addons/types/type_definitions.h index 40ccd9d..3c548a6 100644 --- a/include/rs_addons/types/type_definitions.h +++ b/include/rs_addons/types/type_definitions.h @@ -4,6 +4,5 @@ #ifndef __RS_ADDONS_TYPE_DEFINITIONS_H__ #define __RS_ADDONS_TYPE_DEFINITIONS_H__ -#define RS_ADDONS_ADDONS_TESTTYPE "rs_addons.addons.TestType" #endif /* __RS_ADDONS_TYPE_DEFINITIONS_H__ */