forked from organicmaps/organicmaps
Minor change: sorted includes.
This commit is contained in:
parent
896aa893cd
commit
0d03b829ee
1 changed files with 6 additions and 6 deletions
|
@ -1,27 +1,27 @@
|
|||
#include "algos.hpp"
|
||||
#include "house_detector.hpp"
|
||||
#include "search_common.hpp"
|
||||
#include "algos.hpp"
|
||||
|
||||
#include "../indexer/feature_impl.hpp"
|
||||
#include "../indexer/classificator.hpp"
|
||||
#include "../indexer/feature_impl.hpp"
|
||||
|
||||
#include "../geometry/distance.hpp"
|
||||
#include "../geometry/angles.hpp"
|
||||
#include "../geometry/distance.hpp"
|
||||
|
||||
#include "../base/limited_priority_queue.hpp"
|
||||
#include "../base/logging.hpp"
|
||||
#include "../base/stl_iterator.hpp"
|
||||
#include "../base/limited_priority_queue.hpp"
|
||||
|
||||
#include "../std/set.hpp"
|
||||
#include "../std/bind.hpp"
|
||||
#include "../std/numeric.hpp"
|
||||
#include "../std/set.hpp"
|
||||
#include "../std/transform_iterator.hpp"
|
||||
|
||||
#ifdef DEBUG
|
||||
#include "../platform/platform.hpp"
|
||||
|
||||
#include "../std/iostream.hpp"
|
||||
#include "../std/fstream.hpp"
|
||||
#include "../std/iostream.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue