forked from organicmaps/organicmaps
Minor include fixes.
This commit is contained in:
parent
379bbb65fa
commit
3f348ed961
2 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include "../std/unordered_map.hpp"
|
||||
#include "../std/list.hpp"
|
||||
#include "assert.hpp"
|
||||
#include "logging.hpp"
|
||||
|
||||
#include "../std/list.hpp"
|
||||
#include "../std/map.hpp"
|
||||
|
||||
|
||||
namespace my
|
||||
{
|
||||
template <typename TValue>
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
#include "../defines.hpp"
|
||||
|
||||
#include "../indexer/data_factory.hpp"
|
||||
//#include "../indexer/search_index_builder.hpp"
|
||||
|
||||
#include "../platform/platform.hpp"
|
||||
#include "../platform/servers_list.hpp"
|
||||
#include "../platform/settings.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue