Closed mattrussmill closed 6 years ago
Change "include" statements in header files to class declarations and have the "include" statements in the body files to improve compile time.
See: https://stackoverflow.com/questions/2297567/where-should-include-be-put-in-c
Forward declarations for classes used and include directives removed from header files where allowable by the compiler.
Change "include" statements in header files to class declarations and have the "include" statements in the body files to improve compile time.
See: https://stackoverflow.com/questions/2297567/where-should-include-be-put-in-c