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 <deathbaba@gmail.com>2011-01-22 23:36:31 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:10:44 +0300
commit0998a6bc3a926e9a3bff5369d380e7b479de1a9d (patch)
tree707cbdbd6ad59aa1686f8e3bfefc6c54659b0807 /indexer/feature.cpp
parentfc917c3fe97327254cd2f682f361ff497e8e345c (diff)
Moved defines.hpp to the project root
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index de9900675d..cde29b3990 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -5,7 +5,7 @@
#include "feature_visibility.hpp"
#include "scales.hpp"
-#include "../storage/defines.hpp" // just for file extensions
+#include "../defines.hpp" // just for file extensions
#include "../geometry/rect2d.hpp"