summaryrefslogtreecommitdiff
path: root/tagstats/tagstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tagstats/tagstats.cpp')
-rw-r--r--tagstats/tagstats.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tagstats/tagstats.cpp b/tagstats/tagstats.cpp
index f5c349a..2ebae5e 100644
--- a/tagstats/tagstats.cpp
+++ b/tagstats/tagstats.cpp
@@ -36,10 +36,8 @@
typedef TAGSTATS_GEODISTRIBUTION_INT rough_position_t;
// Set BYID in Makefile to SparseTable, MmapFile, or MmapAnon
-#ifdef TAGSTATS_GEODISTRIBUTION_FOR_WAYS
-# include TAGSTATS_GEODISTRIBUTION_INCLUDE
+#include TAGSTATS_GEODISTRIBUTION_INCLUDE
typedef Osmium::Storage::ById::TAGSTATS_GEODISTRIBUTION_FOR_WAYS<rough_position_t> storage_t;
-#endif // TAGSTATS_GEODISTRIBUTION_FOR_WAYS
#include "geodistribution.hpp"