diff --git a/libs/drape_frontend/navigator.cpp b/libs/drape_frontend/navigator.cpp index 87a0f327c..f35199a8e 100644 --- a/libs/drape_frontend/navigator.cpp +++ b/libs/drape_frontend/navigator.cpp @@ -4,14 +4,8 @@ #include "indexer/scales.hpp" -#include "platform/settings.hpp" - #include "geometry/angles.hpp" -#include "geometry/distance_on_sphere.hpp" #include "geometry/point2d.hpp" -#include "geometry/transformations.hpp" - -#include "base/logging.hpp" namespace df { diff --git a/libs/drape_frontend/navigator.hpp b/libs/drape_frontend/navigator.hpp index 0255dd239..da18a41c5 100644 --- a/libs/drape_frontend/navigator.hpp +++ b/libs/drape_frontend/navigator.hpp @@ -2,8 +2,6 @@ #include "geometry/screenbase.hpp" -#include "base/matrix.hpp" - namespace df { extern double const kDefault3dScale; diff --git a/libs/drape_frontend/screen_operations.cpp b/libs/drape_frontend/screen_operations.cpp index 38bad8ec4..505a77230 100644 --- a/libs/drape_frontend/screen_operations.cpp +++ b/libs/drape_frontend/screen_operations.cpp @@ -1,9 +1,5 @@ #include "screen_operations.hpp" -#include "drape_frontend/animation/interpolators.hpp" -#include "drape_frontend/animation/linear_animation.hpp" -#include "drape_frontend/animation/scale_animation.hpp" -#include "drape_frontend/animation_constants.hpp" #include "drape_frontend/visual_params.hpp" #include "indexer/scales.hpp"