Skip to content

Move some includes from .h to .cpp files when not needed in the .h.

Hy Murveit requested to merge murveit/kstars:code1 into master

This reduces incremental compile times, as often ekos module headers were unnecessarily included in other .h files.

Merge request reports