Skip to content

Commit 7f21692

Browse files
committed
refactor(autoware_behavior_path_external_request_lane_change_module): fix include paths
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent cf740f0 commit 7f21692

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

planning/autoware_behavior_path_external_request_lane_change_module/src/manager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "behavior_path_external_request_lane_change_module/manager.hpp"
15+
#include "manager.hpp"
1616

17-
#include "behavior_path_external_request_lane_change_module/scene.hpp"
17+
#include "scene.hpp"
1818
#include "behavior_path_lane_change_module/interface.hpp"
1919

2020
namespace autoware::behavior_path_planner

planning/autoware_behavior_path_external_request_lane_change_module/src/scene.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "behavior_path_external_request_lane_change_module/scene.hpp"
15+
#include "scene.hpp"
1616

1717
#include <lanelet2_extension/utility/utilities.hpp>
1818

0 commit comments

Comments
 (0)