Skip to content
Commit 03a4ae98 authored by Akarsh Simha's avatar Akarsh Simha
Browse files

Disentangle dependencies to ensure faster compilation

Almost all of KStars would recompile everytime a change was made to
ObservingList, because of the inclusion of observinglist.h in
kstars.h! Removing that revealed a long chain of unmet includes and
missing forward declarations, which are fixed. Also required moving a
bunch of methods that shouldn't have been expanded inline into the
.cpp file.
parent b3d24661
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment