Skip to content

Commit

Permalink
Rename files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Oct 6, 2023
1 parent cac9ad7 commit 322ec5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/search/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ create_fast_downward_library(
SOURCES
landmarks/exploration
landmarks/landmark
landmarks/landmark_cost_assignment
landmarks/landmark_cost_partitioning_algorithms
landmarks/landmark_cost_partitioning_heuristic
landmarks/landmark_factory
landmarks/landmark_factory_h_m
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "landmark_cost_assignment.h"
#include "landmark_cost_partitioning_algorithms.h"

#include "landmark.h"
#include "landmark_graph.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "landmark_cost_partitioning_heuristic.h"

#include "landmark_cost_assignment.h"
#include "landmark_cost_partitioning_algorithms.h"
#include "landmark_factory.h"
#include "landmark_status_manager.h"

Expand Down

0 comments on commit 322ec5b

Please sign in to comment.