Removed dummy include.

This commit is contained in:
vng 2015-10-14 18:25:34 +03:00 committed by Sergey Yershov
parent 2bbd263956
commit 85ffab9eaf
3 changed files with 2 additions and 11 deletions

View file

@ -22,21 +22,16 @@
#include "indexer/rank_table.hpp"
#include "indexer/search_index_builder.hpp"
#include "platform/platform.hpp"
#include "coding/file_name_utils.hpp"
#include "base/timer.hpp"
#include "defines.hpp"
#include "platform/platform.hpp"
#include "3party/gflags/src/gflags/gflags.h"
#include "std/iostream.hpp"
#include "std/fstream.hpp"
#include "std/iomanip.hpp"
#include "std/numeric.hpp"
DEFINE_bool(generate_update, false,
"If specified, update.maps file will be generated from cells in the data path");

View file

@ -25,8 +25,6 @@
#include "base/logging.hpp"
#include "std/fstream.hpp"
#include "3party/osrm/osrm-backend/data_structures/edge_based_node_data.hpp"
#include "3party/osrm/osrm-backend/data_structures/query_edge.hpp"
#include "3party/osrm/osrm-backend/data_structures/internal_route_result.hpp"

View file

@ -1,8 +1,6 @@
#pragma once
#include "std/string.hpp"
#include "std/vector.hpp"
#include "std/set.hpp"
namespace routing
{