From 5a5e1876b28bbee8303adceef7a9f2cba26ca03d Mon Sep 17 00:00:00 2001 From: songmingyang Date: Sat, 27 Aug 2022 14:15:03 +0800 Subject: [PATCH] cleancode --- parser/common/thread_pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/common/thread_pool.h b/parser/common/thread_pool.h index ab2f6a7..a15b1d2 100644 --- a/parser/common/thread_pool.h +++ b/parser/common/thread_pool.h @@ -25,13 +25,13 @@ #include #include #include -#include +//#include #include #include "framework/common/debug/ge_log.h" #include "framework/common/ge_inner_error_codes.h" #include "external/ge/ge_api_error_codes.h" -#include "graph/types.h" +//#include "graph/types.h" #include "parser/common/acl_graph_parser_util.h" namespace ge {