Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information