Fix formatting

This commit is contained in:
Dennis Luxen 2022-10-29 23:01:38 +02:00
parent 7b73b977ff
commit f97e18d285
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#ifndef OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_ #ifndef OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_
#define OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_ #define OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_
#include "extractor/restriction.hpp" #include "extractor/restriction.hpp"
#include "extractor/restriction_graph.hpp" #include "extractor/restriction_graph.hpp"
#include "util/integer_range.hpp" #include "util/integer_range.hpp"

View File

@ -6,8 +6,8 @@
#include <algorithm> #include <algorithm>
#include <iterator> #include <iterator>
#include <unordered_set>
#include <tuple> #include <tuple>
#include <unordered_set>
namespace osrm namespace osrm
{ {