Skip to content

Commit f97e18d

Browse files
committed
Fix formatting
1 parent 7b73b97 commit f97e18d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

include/extractor/way_restriction_map.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_
22
#define OSRM_EXTRACTOR_WAY_RESTRICTION_MAP_HPP_
33

4-
54
#include "extractor/restriction.hpp"
65
#include "extractor/restriction_graph.hpp"
76
#include "util/integer_range.hpp"

src/engine/hint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
#include <algorithm>
88
#include <iterator>
9-
#include <unordered_set>
109
#include <tuple>
10+
#include <unordered_set>
1111

1212
namespace osrm
1313
{

0 commit comments

Comments
 (0)