Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2017-11-28 15:48:50 +03:00 committed by Tatiana Yan
parent c1fac277cc
commit cfc50f8074
6 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,7 @@
#include "base/assert.hpp"
#include "base/osm_id.hpp"
#include "base/assert.hpp"
#include <sstream>

View file

@ -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>

View file

@ -2,7 +2,6 @@
#include "generator/ugc_db.hpp"
#include "generator/ugc_translator.hpp"
#include "base/osm_id.hpp"
#include "ugc/types.hpp"

View file

@ -3,7 +3,6 @@
#include "testing/testing.hpp"
#include "generator/gen_mwm_info.hpp"
#include "base/osm_id.hpp"
#include "coding/file_writer.hpp"

View file

@ -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>

View file

@ -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>