From 735166790e661269b28c50d2eb89b0895e45f96e Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 26 Sep 2017 11:32:19 +0300 Subject: [PATCH] Review fixes. --- routing_common/transit_stop.cpp | 2 -- routing_common/transit_types.hpp | 4 ++-- xcode/routing_common/routing_common.xcodeproj/project.pbxproj | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/routing_common/transit_stop.cpp b/routing_common/transit_stop.cpp index 6ccd948e04..23f87c81b0 100644 --- a/routing_common/transit_stop.cpp +++ b/routing_common/transit_stop.cpp @@ -1,7 +1,5 @@ #include "routing_common/transit_stop.hpp" -#include "geometry/point2d.hpp" - #include namespace routing diff --git a/routing_common/transit_types.hpp b/routing_common/transit_types.hpp index 1f0184846e..df5876c301 100644 --- a/routing_common/transit_types.hpp +++ b/routing_common/transit_types.hpp @@ -15,9 +15,9 @@ using FeatureId = uint32_t; LineId constexpr kLineIdInvalid = std::numeric_limits::max(); StopId constexpr kStopIdInvalid = std::numeric_limits::max(); -TransfersId constexpr kTransfersIdInvalid = std::numeric_limits::max(); +TransfersId constexpr kTransferIdInvalid = std::numeric_limits::max(); NetworkId constexpr kNetworkIdInvalid = std::numeric_limits::max(); FeatureId constexpr kFeatureIdInvalid = std::numeric_limits::max(); } // namespace transit -} // namespace routing \ No newline at end of file +} // namespace routing diff --git a/xcode/routing_common/routing_common.xcodeproj/project.pbxproj b/xcode/routing_common/routing_common.xcodeproj/project.pbxproj index 3293d347bd..589145e9eb 100644 --- a/xcode/routing_common/routing_common.xcodeproj/project.pbxproj +++ b/xcode/routing_common/routing_common.xcodeproj/project.pbxproj @@ -392,7 +392,6 @@ 671E787F1E6A3BE200B2859B /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; }; 671E78AA1E6A3DA800B2859B /* Build configuration list for PBXNativeTarget "routing_common_tests" */ = { isa = XCConfigurationList; @@ -401,7 +400,6 @@ 671E78AC1E6A3DA800B2859B /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };