osrm-backend/include
Daniel J. Hofmann 491b1d9c96 Remove headers with no reverse dependencies
Found with

```
daniel@x1c /t/o/i/util> for header in *.hpp
                            echo -n $header:
                            ag -iQ $header ../../ --noheading | wc -l
                        end
...
fixed_point_number.hpp:0
range_algorithms.hpp:0
...
```

Only two. Surprises me to be honest.
But we're cleaning up for quite a bit now.
2016-01-18 16:05:39 +01:00
..
contractor Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
datastore Run clang-format 2016-01-08 01:31:57 +01:00
engine Add a u-turn instruciton when performing a u-turn at a via-node 2016-01-15 19:56:39 +01:00
extractor Rips out dead code from the container.hpp and creates for_each_pai.hpp 2016-01-11 20:14:35 +01:00
osrm Run clang-format 2016-01-08 01:31:57 +01:00
server Fix race condition in osrm-routed HTTP server 2016-01-13 23:21:45 +01:00
util Remove headers with no reverse dependencies 2016-01-18 16:05:39 +01:00