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 '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;