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-10-14 12:40:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:30:52 +0300
commit9c448faaf31a6f5be849dec8208584a138213485 (patch)
treefa91e1694526c5ebe0e463ac18f0148b041087ce /coding/reader_cache.hpp
parent4cc9fd6914d548e2649d6e7c01835d3ab67993ad (diff)
Removed unused includes in base files.
Diffstat (limited to 'coding/reader_cache.hpp')
-rw-r--r--coding/reader_cache.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/coding/reader_cache.hpp b/coding/reader_cache.hpp
index 386c63d01c..6abc96095b 100644
--- a/coding/reader_cache.hpp
+++ b/coding/reader_cache.hpp
@@ -1,13 +1,12 @@
#pragma once
-#include "reader.hpp"
#include "../base/base.hpp"
#include "../base/cache.hpp"
-#include "../base/logging.hpp"
#include "../base/stats.hpp"
#include "../std/vector.hpp"
#include "../std/cstring.hpp"
+#include "../std/algorithm.hpp"
namespace impl