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:
authorvng <viktor.govako@gmail.com>2014-08-28 20:52:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:48 +0300
commit51a488a6bb0327f63653c1e02a913cff62dc779f (patch)
tree88e1a543c7f13c00bf56f804fb7455af5db53bd4 /indexer/interval_index.hpp
parent0f1143f85e902d40e8e454f80d79ee37ff6f6c4d (diff)
Removed useless includes.
Diffstat (limited to 'indexer/interval_index.hpp')
-rw-r--r--indexer/interval_index.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indexer/interval_index.hpp b/indexer/interval_index.hpp
index 57518aaba9..6dffd25ef8 100644
--- a/indexer/interval_index.hpp
+++ b/indexer/interval_index.hpp
@@ -7,12 +7,8 @@
#include "../coding/varint.hpp"
#include "../base/assert.hpp"
-#include "../base/base.hpp"
-#include "../base/bits.hpp"
#include "../base/buffer_vector.hpp"
-#include "../base/macros.hpp"
-#include "../std/algorithm.hpp"
#include "../std/static_assert.hpp"