Skip to content

Commit

Permalink
Remove headers with no reverse dependencies
Browse files Browse the repository at this point in the history
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
daniel-j-h committed Jan 18, 2016
1 parent 8a745ec commit 491b1d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 218 deletions.
193 changes: 0 additions & 193 deletions include/util/fixed_point_number.hpp

This file was deleted.

25 changes: 0 additions & 25 deletions include/util/range_algorithms.hpp

This file was deleted.

0 comments on commit 491b1d9

Please sign in to comment.