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:
authorYuri Gorshenin <y@maps.me>2017-04-24 14:12:46 +0300
committerYuri Gorshenin <y@maps.me>2017-04-24 14:12:46 +0300
commit75a9f84ddb5c6d5641dc55491ecbbced6e4d1ea4 (patch)
tree314169caa4417d68b18627e4a577957ad888ea3c /std/iomanip.hpp
parent4db5e689769eeda252c57e320e24d58f1010123c (diff)
[std] Removed target_os inclusion.
Diffstat (limited to 'std/iomanip.hpp')
-rw-r--r--std/iomanip.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/std/iomanip.hpp b/std/iomanip.hpp
index 49346be2e8..e7bb2f6e6c 100644
--- a/std/iomanip.hpp
+++ b/std/iomanip.hpp
@@ -1,7 +1,5 @@
#pragma once
-#include "std/target_os.hpp"
-
#ifdef new
#undef new
#endif