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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-04-06 20:02:53 +0300
committerSergey Yershov <syershov@maps.me>2017-04-19 22:04:09 +0300
commitde1c29b3761c4a91d6b3a4f83b746c7947fb850d (patch)
tree25348c8442a2630e16239744d9c934d629370d61 /std/iostream.hpp
parenta51f90985ae6d37c2a9c8397aad1a1bf79beeedd (diff)
preparation for std migration
Diffstat (limited to 'std/iostream.hpp')
-rw-r--r--std/iostream.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/std/iostream.hpp b/std/iostream.hpp
index d9b6d0db8d..65ae380120 100644
--- a/std/iostream.hpp
+++ b/std/iostream.hpp
@@ -1,5 +1,4 @@
#pragma once
-#include "target_os.hpp"
#ifdef new
#undef new
@@ -16,12 +15,6 @@ using std::ostream;
using std::ios_base;
-#ifndef OMIM_OS_ANDROID
- using std::wcin;
- using std::wcout;
- using std::wcerr;
-#endif
-
using std::endl;
using std::flush;