forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
c1fac277cc
commit
cfc50f8074
6 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "base/assert.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
#include "coding/file_name_utils.hpp"
|
||||
|
||||
#include "base/osm_id.hpp"
|
||||
#include "base/stl_add.hpp"
|
||||
#include "base/string_utils.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "generator/ugc_db.hpp"
|
||||
#include "generator/ugc_translator.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
|
||||
#include "ugc/types.hpp"
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#include "testing/testing.hpp"
|
||||
|
||||
#include "generator/gen_mwm_info.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
|
||||
#include "coding/file_writer.hpp"
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#include "generator/restriction_writer.hpp"
|
||||
|
||||
#include "generator/intermediate_elements.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
#include "generator/restriction_collector.hpp"
|
||||
|
||||
#include "routing/restrictions_serialization.hpp"
|
||||
|
||||
#include "base/logging.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "generator/borders_generator.hpp"
|
||||
#include "generator/borders_loader.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
#include "generator/routing_helpers.hpp"
|
||||
|
||||
#include "routing/base/astar_algorithm.hpp"
|
||||
|
@ -29,6 +28,7 @@
|
|||
|
||||
#include "base/checked_cast.hpp"
|
||||
#include "base/logging.hpp"
|
||||
#include "base/osm_id.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
|
|
Loading…
Add table
Reference in a new issue