From d30bf2e337b17588f7c5b713a65b2f4e52161bd6 Mon Sep 17 00:00:00 2001 From: lyujiayi <654765554@qq.com> Date: Thu, 4 Sep 2025 21:19:22 +0800 Subject: [PATCH] remove unused include file Signed-off-by: lyujiayi <654765554@qq.com> --- interfaces/taihe/syscap/src/ani_constructor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/taihe/syscap/src/ani_constructor.cpp b/interfaces/taihe/syscap/src/ani_constructor.cpp index f7cdf8b88..126c46423 100644 --- a/interfaces/taihe/syscap/src/ani_constructor.cpp +++ b/interfaces/taihe/syscap/src/ani_constructor.cpp @@ -12,7 +12,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "taihe.platform.ani.ani.hpp" #include "internal.full.global.ani.hpp" #if __has_include() #include -- Gitee