[IE TESTS] Fix build with -DENABLE_FUNCTIONAL_TESTS=OFF && -DENABLE_TESTS=ON (#13494)

* [IE TESTS] Fix build with -DENABLE_FUNCTIONAL_TESTS=OFF && -DENABLE_TESTS=OFF

* Comment
This commit is contained in:
Irina Efode
2022-10-17 14:09:10 +04:00
committed by GitHub
parent 5889b82a2a
commit c81fa39d3d

View File

@@ -14,9 +14,6 @@
#include <memory>
#include <fstream>
#include "functional_test_utils/test_model/test_model.hpp"
#include "functional_test_utils/skip_tests_config.hpp"
using namespace ::testing;
using namespace InferenceEngine;
using namespace InferenceEngine::details;