Tidy up #include-s for Intel TBB headers

Remove unused and add missing headers.
This commit is contained in:
Mateusz Loskot 2018-01-04 23:28:19 +01:00 committed by Michael Krasnyk
parent 3649ab4d31
commit da4fb13aa3
10 changed files with 10 additions and 9 deletions

View File

@ -6,6 +6,7 @@
#include "util/query_heap.hpp"
#include <tbb/enumerable_thread_specific.h>
#include <tbb/parallel_for.h>
#include <unordered_set>

View File

@ -10,8 +10,6 @@
#include <boost/optional/optional.hpp>
#include <tbb/concurrent_vector.h>
#include <string>
#include <vector>

View File

@ -16,6 +16,7 @@
#include <boost/iterator/iterator_facade.hpp>
#include <boost/range/iterator_range.hpp>
#include <tbb/parallel_sort.h>
#include <algorithm>

View File

@ -10,8 +10,9 @@
#include "util/dynamic_graph.hpp"
#include "util/typedefs.hpp"
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_reduce.h>
#include <tbb/parallel_sort.h>
#include <cstdint>

View File

@ -10,6 +10,7 @@
#include <boost/iterator/iterator_facade.hpp>
#include <boost/iterator/reverse_iterator.hpp>
#include <tbb/atomic.h>
#include <array>

View File

@ -23,6 +23,7 @@
#include <boost/format.hpp>
#include <boost/iostreams/device/mapped_file.hpp>
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_sort.h>

View File

@ -12,6 +12,7 @@
#include <boost/assert.hpp>
#include <tbb/blocked_range.h>
#include <tbb/enumerable_thread_specific.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_invoke.h>

View File

@ -19,8 +19,6 @@
#include <osmium/osm.hpp>
#include <tbb/parallel_for.h>
#include <memory>
#include <sstream>

View File

@ -2,8 +2,6 @@
#include "util/permutation.hpp"
#include <tbb/parallel_sort.h>
namespace osrm
{
namespace partition

View File

@ -33,10 +33,11 @@
#include <boost/interprocess/mapped_region.hpp>
#include <tbb/blocked_range.h>
#include <tbb/concurrent_unordered_map.h>
#include <tbb/concurrent_vector.h>
#include <tbb/enumerable_thread_specific.h>
#include <tbb/parallel_for_each.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_invoke.h>
#include <tbb/parallel_sort.h>
#include <algorithm>
#include <atomic>