Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-12-10 14:34:17 +0300
committerAlex Zolotarev <alex@maps.me>2015-12-10 20:53:22 +0300
commite5b071bed9f274ac6ae2a5a02bca0d55af4db2cd (patch)
tree5cc2a71812b8659932975c69c9fd9527e4adc2fd /routing/routing_session.hpp
parent80b45895703d18cdadf2dc7c300f8c2a30e00e91 (diff)
Removed unused code from base library (all what is left from the old renderer).
Diffstat (limited to 'routing/routing_session.hpp')
-rw-r--r--routing/routing_session.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/routing/routing_session.hpp b/routing/routing_session.hpp
index aaa3773fdc..ff9081b9d4 100644
--- a/routing/routing_session.hpp
+++ b/routing/routing_session.hpp
@@ -11,7 +11,6 @@
#include "geometry/point2d.hpp"
#include "geometry/polyline2d.hpp"
-#include "base/deferred_task.hpp"
#include "base/mutex.hpp"
#include "std/atomic.hpp"