osrm-backend/unit_tests/data_structures
Daniel J. Hofmann 5c4a845b55 Remove template-heavy Boost.MPL headers where not needed.
This removed mpl headers from the code base, where not needed.

This mostly affects unit tests, where mpl's type list is actually only
used once to automatically generate tests for multiple types (see ref).

In addition, this commit also fixes the includes in the touched headers.

Resulting in 1/ reduces build times and 2/ proper includes.

Reference:

- http://www.boost.org/doc/libs/1_59_0/libs/test/doc/html/boost_test/tests_organization/test_cases/test_organization_templates.html#ref_BOOST_AUTO_TEST_CASE_TEMPLATE
2015-09-28 15:00:20 +02:00
..
binary_heap.cpp Remove template-heavy Boost.MPL headers where not needed. 2015-09-28 15:00:20 +02:00
compressed_edge_container.cpp Rename GeometryCompressor and add unit tests 2015-07-01 18:07:29 +02:00
coordinate.cpp Move calculate_coordinate to algorithms/ 2015-08-12 13:02:18 +02:00
dynamic_graph.cpp Remove template-heavy Boost.MPL headers where not needed. 2015-09-28 15:00:20 +02:00
range_table.cpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
raster_source.cpp Implement raster source feature to read data from third-party sources, to be used in lua profiles. 2015-09-03 22:28:18 -07:00
static_graph.cpp Remove template-heavy Boost.MPL headers where not needed. 2015-09-28 15:00:20 +02:00
static_rtree.cpp Remove template-heavy Boost.MPL headers where not needed. 2015-09-28 15:00:20 +02:00