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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-07 14:42:35 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:44 +0300
commit96ebd0a1d1fcc92709777b0aa6f83a74129f3bcc (patch)
tree8c1b42efc16ecb9ceabc8691a9c74568334ba6d0 /generator/osm_xml_parser.hpp
parent3e979843e480b3e5971780b3454ab38fd0937cb6 (diff)
Fix include path for generator
Diffstat (limited to 'generator/osm_xml_parser.hpp')
-rw-r--r--generator/osm_xml_parser.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/generator/osm_xml_parser.hpp b/generator/osm_xml_parser.hpp
index f598abfef7..f988eb15be 100644
--- a/generator/osm_xml_parser.hpp
+++ b/generator/osm_xml_parser.hpp
@@ -1,13 +1,13 @@
#pragma once
-#include "../base/exception.hpp"
+#include "base/exception.hpp"
-#include "../geometry/point2d.hpp"
+#include "geometry/point2d.hpp"
-#include "../std/vector.hpp"
-#include "../std/map.hpp"
-#include "../std/set.hpp"
-#include "../std/string.hpp"
+#include "std/vector.hpp"
+#include "std/map.hpp"
+#include "std/set.hpp"
+#include "std/string.hpp"
namespace osm
{