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:
Diffstat (limited to 'search/geocoder.cpp')
-rw-r--r--search/geocoder.cpp16
1 files changed, 7 insertions, 9 deletions
diff --git a/search/geocoder.cpp b/search/geocoder.cpp
index 5eb5ab1d8e..6777fb26c3 100644
--- a/search/geocoder.cpp
+++ b/search/geocoder.cpp
@@ -40,13 +40,12 @@
#include "base/scope_guard.hpp"
#include "base/stl_helpers.hpp"
-#include "std/algorithm.hpp"
-#include "std/bind.hpp"
-#include "std/iterator.hpp"
-#include "std/random.hpp"
-#include "std/sstream.hpp"
-#include "std/transform_iterator.hpp"
-#include "std/unique_ptr.hpp"
+#include <algorithm>
+#include <functional>
+#include <iterator>
+#include <memory>
+#include <random>
+#include <sstream>
#include "defines.hpp"
@@ -54,8 +53,7 @@
#include "base/timer.hpp"
#endif
-#include <memory>
-
+using namespace std;
using namespace strings;
namespace search