Browse Source

decouple internal header files

pull/521/head
wqtshg 4 years ago
parent
commit
c0d8122014
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/common/auto_mapping_subgraph_io_index_func.cc

+ 1
- 1
parser/common/auto_mapping_subgraph_io_index_func.cc View File

@@ -21,11 +21,11 @@
#include "graph/op_desc.h"
#include "graph/utils/attr_utils.h"
#include "graph/debug/ge_attr_define.h"
#include "graph/debug/ge_util.h"
#include "graph/utils/graph_utils.h"
#include "graph/utils/node_utils.h"
#include "register/register_fmk_types.h"
#include "framework/common/debug/ge_log.h"
#include "framework/common/util.h"

namespace ge {
namespace {


Loading…
Cancel
Save