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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-09-06 15:11:38 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-09-25 12:33:08 +0300
commit320c691763deb4d0483cca1f82ee8f0f75b26623 (patch)
tree980ca50b9e9a08c792f0a4bb5f88c1c29ce46f8e /drape/texture.hpp
parentc2e13ae8d6d39ef659dad657828bde165e31ea78 (diff)
[drape][metal] Removed obsolete std usage, minor fixes.
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index ed6b58b594..e3f62610b8 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -9,8 +9,7 @@
#include "base/macros.hpp"
-#include "std/cstdint.hpp"
-#include "std/function.hpp"
+#include <cstdint>
namespace dp
{