Skip to content

Commit

Permalink
fix: use brackets to include external headear files
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r committed Feb 20, 2025
1 parent 0748cc8 commit cf4e4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "test_route_handler.hpp"

#include "autoware_utils/geometry/geometry.hpp"
#include <autoware_utils/geometry/geometry.hpp>

#include <rclcpp/rclcpp.hpp>

Expand Down
6 changes: 3 additions & 3 deletions planning/autoware_route_handler/test/test_route_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#ifndef TEST_ROUTE_HANDLER_HPP_
#define TEST_ROUTE_HANDLER_HPP_

#include "autoware_test_utils/autoware_test_utils.hpp"
#include "autoware_test_utils/mock_data_parser.hpp"
#include "gtest/gtest.h"
#include <autoware_test_utils/autoware_test_utils.hpp>
#include <autoware_test_utils/mock_data_parser.hpp>
#include <gtest/gtest.h>

#include <autoware/route_handler/route_handler.hpp>
#include <autoware_lanelet2_extension/io/autoware_osm_parser.hpp>
Expand Down

0 comments on commit cf4e4c9

Please sign in to comment.