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:
authorExMix <rahuba.youri@mapswithme.com>2014-07-07 15:21:22 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:19:45 +0300
commit359ae99930726e3ef83f8e6a9120ae749e29de8d (patch)
treebab3ab18b920f7cc595b3bff3a47b2382164ff2e /drape/symbols_texture.cpp
parente8a151be56f096d5974bf7585a68265c1c6f9db1 (diff)
review fixes
Diffstat (limited to 'drape/symbols_texture.cpp')
-rw-r--r--drape/symbols_texture.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/drape/symbols_texture.cpp b/drape/symbols_texture.cpp
index 25966f43b3..c426c58b66 100644
--- a/drape/symbols_texture.cpp
+++ b/drape/symbols_texture.cpp
@@ -1,11 +1,10 @@
#include "symbols_texture.hpp"
-
+#include "utils/stb_image.h"
#include "../platform/platform.hpp"
#include "../coding/reader.hpp"
#include "../coding/parse_xml.hpp"
-#include "../coding/stb_image.h"
#include "../base/string_utils.hpp"