Skip to content
  • Jeff Trull's avatar
    Improve build times through header removal and relocation · 3438f227
    Jeff Trull authored
    - 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.
    
    Add missing include
    3438f227