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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-09-23 17:32:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:02:15 +0300
commit23c591de0ad2a1a302b6fd49b0a8ff52c4e259fd (patch)
tree7d7479366046ef1f0e565803034d61ab39c1e4d7 /indexer/drules_include.hpp
parentaa59f38214cc5914ed5fc92dad4e7fa76291c5fe (diff)
[indexer] removed text protobuffer
Diffstat (limited to 'indexer/drules_include.hpp')
-rw-r--r--indexer/drules_include.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indexer/drules_include.hpp b/indexer/drules_include.hpp
index 476c937cf1..6211564b41 100644
--- a/indexer/drules_include.hpp
+++ b/indexer/drules_include.hpp
@@ -2,8 +2,4 @@
#include "../std/target_os.hpp"
-#ifdef OMIM_OS_DESKTOP
- #include "drules_struct.pb.h"
-#else
- #include "drules_struct_lite.pb.h"
-#endif
+#include "drules_struct.pb.h"