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:
authorAlex Zolotarev <alex@mapswithme.com>2013-08-30 01:43:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:00:38 +0300
commitc404de86ac966bc575b6c0000952876243bfde18 (patch)
treeff4b5488904eff4e1153f9c5c01ebf5dbf444c23 /indexer/drawing_rules.cpp
parenta052f0d6674443fb7ece10bbf8b67877d02edcc9 (diff)
- Load only binary styles in every configuration
- Removed world file without search index from repo
Diffstat (limited to 'indexer/drawing_rules.cpp')
-rw-r--r--indexer/drawing_rules.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/indexer/drawing_rules.cpp b/indexer/drawing_rules.cpp
index 8eb9adc53f..b69fdf6a06 100644
--- a/indexer/drawing_rules.cpp
+++ b/indexer/drawing_rules.cpp
@@ -1,14 +1,9 @@
-#include "../base/SRC_FIRST.hpp"
+#include "../std/target_os.hpp"
#include "drawing_rules.hpp"
#include "scales.hpp"
#include "classificator.hpp"
-
-#ifdef OMIM_PRODUCTION
- #include "drules_struct_lite.pb.h"
-#else
- #include "drules_struct.pb.h"
-#endif
+#include "drules_include.hpp"
#include "../std/bind.hpp"
#include "../std/iterator_facade.hpp"
@@ -373,7 +368,7 @@ namespace
};
}
-#ifndef OMIM_PRODUCTION
+#ifdef OMIM_OS_DESKTOP
void RulesHolder::LoadFromTextProto(string const & buffer)
{
Clean();