Skip to content

Commit

Permalink
Rename files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Oct 5, 2023
1 parent 54e374a commit 6dfbb64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/search/DownwardFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ fast_downward_plugin(
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 6dfbb64

Please sign in to comment.