Removed CNNLayer entries from ie_common.h (#1420)
* Removed useless header include * Removed CNNLayer entries from ie_common.h
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user