Browse Source

cleancode

pull/648/head
songmingyang 3 years ago
parent
commit
5a5e1876b2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      parser/common/thread_pool.h

+ 2
- 2
parser/common/thread_pool.h View File

@@ -25,13 +25,13 @@
#include <queue> #include <queue>
#include <stdexcept> #include <stdexcept>
#include <thread> #include <thread>
#include <utility>
//#include <utility>
#include <vector> #include <vector>


#include "framework/common/debug/ge_log.h" #include "framework/common/debug/ge_log.h"
#include "framework/common/ge_inner_error_codes.h" #include "framework/common/ge_inner_error_codes.h"
#include "external/ge/ge_api_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" #include "parser/common/acl_graph_parser_util.h"


namespace ge { namespace ge {


Loading…
Cancel
Save