Removed CNNLayer entries from ie_common.h (#1420)

* Removed useless header include

* Removed CNNLayer entries from ie_common.h
This commit is contained in:
Ilya Lavrenov
2020-07-22 06:44:05 +03:00
committed by GitHub
parent c75ff2a4fc
commit 8e081c8388
33 changed files with 22 additions and 38 deletions

View File

@@ -5,6 +5,7 @@
#include <ie_core.hpp>
#include <ngraph_functions/subgraph_builders.hpp>
#include "graph_tools_functional_tests.hpp"
#include "details/ie_cnn_network_tools.h"
using namespace testing;
using namespace InferenceEngine::details;

View File

@@ -4,7 +4,6 @@
#include <gtest/gtest.h>
#include <ie_layers.h>
#include <details/ie_cnn_network_tools.h>
#include <cpp/ie_cnn_network.h>
#include <memory>
#include <test_model_path.hpp>

View File

@@ -9,6 +9,7 @@
#include <unordered_map>
#include <ie_core.hpp>
#include "details/ie_cnn_network_tools.h"
#include "cpp_interfaces/impl/ie_plugin_internal.hpp"
#include "common/low_precision_tests_utils.hpp"