chore: Remove unused std and boost headers

This commit is contained in:
Stepan Kizim
2025-02-06 15:50:40 +01:00
parent 61464fc2bd
commit 6a154bc216
175 changed files with 3 additions and 299 deletions
-1
View File
@@ -18,7 +18,6 @@
#include <filesystem>
#include <fstream>
#include <iostream>
#include <tuple>
#include <type_traits>
namespace osrm::storage::io
-1
View File
@@ -15,7 +15,6 @@
#include <cmath>
#include <cstdint>
#include <tuple>
namespace osrm::storage::serialization
{
-2
View File
@@ -7,8 +7,6 @@
#include "util/exception.hpp"
#include "util/exception_utils.hpp"
#include <boost/assert.hpp>
#include <array>
#include <cstdint>
#include <map>
-1
View File
@@ -20,7 +20,6 @@
#include <cstdint>
#include <algorithm>
#include <exception>
#include <filesystem>
#include <fstream>
#include <thread>