From c0b8e8a374fa0ca44122057474e9958136e41238 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 23 Jul 2015 15:18:00 +0300 Subject: [PATCH] Removed dummy includes. --- storage/storage.cpp | 12 ++++-------- storage/storage.hpp | 1 - 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/storage/storage.cpp b/storage/storage.cpp index ad06e78e9e..9258f212cb 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1,5 +1,4 @@ #include "storage/storage.hpp" - #include "storage/http_map_files_downloader.hpp" #include "defines.hpp" @@ -7,28 +6,24 @@ #include "platform/local_country_file_utils.hpp" #include "platform/platform.hpp" #include "platform/servers_list.hpp" -#include "platform/settings.hpp" -#include "coding/file_container.hpp" #include "coding/file_name_utils.hpp" -#include "coding/file_reader.hpp" -#include "coding/file_writer.hpp" #include "coding/internal/file_data.hpp" +#include "coding/reader.hpp" #include "coding/url_encode.hpp" -#include "platform/local_country_file_utils.hpp" - #include "base/logging.hpp" #include "base/scope_guard.hpp" #include "base/string_utils.hpp" #include "std/algorithm.hpp" -#include "std/target_os.hpp" #include "std/bind.hpp" #include "std/sstream.hpp" +#include "std/target_os.hpp" #include "3party/Alohalytics/src/alohalytics.h" + using namespace downloader; using namespace platform; @@ -146,6 +141,7 @@ void Storage::RegisterAllLocalMaps() RegisterCountryFiles(index, localFile.GetDirectory(), localFile.GetVersion()); else RegisterFakeCountryFiles(localFile); + LOG(LINFO, ("Found file:", name, "in directory:", localFile.GetDirectory())); i = j; diff --git a/storage/storage.hpp b/storage/storage.hpp index 7bc53cf7af..afe69972da 100644 --- a/storage/storage.hpp +++ b/storage/storage.hpp @@ -5,7 +5,6 @@ #include "storage/map_files_downloader.hpp" #include "storage/queued_country.hpp" #include "storage/storage_defines.hpp" -#include "storage/storage_defines.hpp" #include "std/function.hpp" #include "std/list.hpp"