From e27b8f5b7d97671d4b6a77e9e106698f821dc303 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 14 Nov 2022 19:21:59 +0100 Subject: [PATCH] Use instead of deprecated --- include/storage/serialization.hpp | 1 - include/storage/shared_data_index.hpp | 2 +- include/util/indexed_data.hpp | 2 +- src/engine/routing_algorithms/alternative_path_mld.cpp | 2 +- src/extractor/location_dependent_data.cpp | 2 +- src/tools/components.cpp | 2 +- unit_tests/storage/tar.cpp | 1 - 7 files changed, 5 insertions(+), 7 deletions(-) diff --git a/include/storage/serialization.hpp b/include/storage/serialization.hpp index d83abfd9a..9d51a6157 100644 --- a/include/storage/serialization.hpp +++ b/include/storage/serialization.hpp @@ -10,7 +10,6 @@ #include "storage/tar.hpp" #include -#include #include #include diff --git a/include/storage/shared_data_index.hpp b/include/storage/shared_data_index.hpp index 41ae6dabb..8cafc572f 100644 --- a/include/storage/shared_data_index.hpp +++ b/include/storage/shared_data_index.hpp @@ -3,7 +3,7 @@ #include "storage/shared_datatype.hpp" -#include +#include #include #include diff --git a/include/util/indexed_data.hpp b/include/util/indexed_data.hpp index a09425b33..a0d97e443 100644 --- a/include/util/indexed_data.hpp +++ b/include/util/indexed_data.hpp @@ -7,7 +7,7 @@ #include "util/vector_view.hpp" #include -#include +#include #include #include diff --git a/src/engine/routing_algorithms/alternative_path_mld.cpp b/src/engine/routing_algorithms/alternative_path_mld.cpp index 2f063eb72..bc520eb78 100644 --- a/src/engine/routing_algorithms/alternative_path_mld.cpp +++ b/src/engine/routing_algorithms/alternative_path_mld.cpp @@ -13,7 +13,7 @@ #include #include -#include +#include namespace osrm { diff --git a/src/extractor/location_dependent_data.cpp b/src/extractor/location_dependent_data.cpp index 60186c2d6..828364e08 100644 --- a/src/extractor/location_dependent_data.cpp +++ b/src/extractor/location_dependent_data.cpp @@ -8,8 +8,8 @@ #include #include -#include #include +#include #include #include diff --git a/src/tools/components.cpp b/src/tools/components.cpp index ea4f21dbf..7431bbca5 100644 --- a/src/tools/components.cpp +++ b/src/tools/components.cpp @@ -11,7 +11,7 @@ #include "util/typedefs.hpp" #include -#include +#include #include diff --git a/unit_tests/storage/tar.cpp b/unit_tests/storage/tar.cpp index 955aa0f2a..bcb4602e9 100644 --- a/unit_tests/storage/tar.cpp +++ b/unit_tests/storage/tar.cpp @@ -3,7 +3,6 @@ #include "../common/range_tools.hpp" #include "../common/temporary_file.hpp" -#include #include #include