Skip to content

Commit

Permalink
Fix header order
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKutzner committed Dec 20, 2024
1 parent 5660f54 commit 5dad8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exe/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

#include "conf/options_parser.h"

#include "osr/routing/profile.h"
#include "osr/types.h"
#include "utl/timer.h"

#include "osr/lookup.h"
#include "osr/routing/dijkstra.h"
#include "osr/routing/profile.h"
#include "osr/routing/profiles/bike.h"
#include "osr/routing/profiles/car.h"
#include "osr/routing/route.h"
#include "osr/types.h"
#include "osr/ways.h"

namespace fs = std::filesystem;
Expand Down

0 comments on commit 5dad8ed

Please sign in to comment.