Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cv committed Aug 22, 2024
1 parent 6dc0b47 commit ef2b235
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/tests/graph_rewrite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// SPDX-License-Identifier: Apache-2.0
//

#include "openvino/pass/backward_graph_rewrite.hpp"

#include <gtest/gtest.h>

#include "common_test_utils/ov_test_utils.hpp"
Expand All @@ -16,6 +14,7 @@
#include "openvino/op/tanh.hpp"
#include "openvino/pass/manager.hpp"
#include "openvino/pass/pattern/op/label.hpp"
#include "openvino/pass/backward_graph_rewrite.hpp"

using namespace ::testing;
using namespace std;
Expand Down

0 comments on commit ef2b235

Please sign in to comment.