Skip to content

Commit

Permalink
Use quotes include instead of brackets include (#28457)
Browse files Browse the repository at this point in the history
All othe headers files in `src/core/include/` all quotes include instead
of brackets includes to include `openvino/op/util/symbolic_info.hpp`.

This commit changes the only brackets include to quotes include. This
allows user not need to install headers into the system path or need to
pollute their system include.
  • Loading branch information
oToToT authored Jan 16, 2025
1 parent 2088b8f commit cc53f4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/include/openvino/op/util/symbolic_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

#pragma once

#include <openvino/core/descriptor/tensor.hpp>

#include "openvino/core/descriptor/tensor.hpp"
#include "openvino/core/node.hpp"
#include "openvino/core/runtime_attribute.hpp"
#include "openvino/core/visibility.hpp"
Expand Down

0 comments on commit cc53f4a

Please sign in to comment.