Skip to content

Improve build times through header removal and relocation

Jeff Trull requested to merge jaafar/graph-tool:header-cleanup into master
  • Eliminate unused headers
  • reduce dependencies among headers (slightly)

The include-what-you-use tool (IWYU) was used to analyze header dependencies and recommend fixes; some additional manual work was then performed.

Merge request reports