Skip to content

Remove unneeded includes

Andrew Maclean requested to merge Remove-Unneeded-Includes into master

Look through all the C++ files and remove any includes that are not needed.

Note that some includes are still reqired as they refer to pointers of incomplete class types in the C++ code.

Edited by Andrew Maclean

Merge request reports