lbann
lbann copied to clipboard
Refactor iwyu
Rework the way that we include the headers across the project to use the include-what-you-use methodology. This should help us drive down compile time by reducing header dependencies and scope. Additionally, this will be done in conjunction with pre-compiling headers for external headers.