We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4c9ec commit 1e11650Copy full SHA for 1e11650
src/core/tests/preprocess.cpp
@@ -10,10 +10,9 @@
10
#include "openvino/opsets/opset8.hpp"
11
#include "openvino/util/common_util.hpp"
12
#include "preprocess/color_utils.hpp"
13
-#include <openvino/core/shape.hpp>
14
-#include <openvino/core/type.hpp>
15
-#include <openvino/core/model.hpp>
16
-#include <openvino/opsets/opset8.hpp>
+#include "openvino/core/shape.hpp"
+#include "openvino/core/type.hpp"
+#include "openvino/core/model.hpp"
17
18
using namespace ov;
19
using namespace ov::preprocess;
0 commit comments