Skip to content
  • Akarsh Simha's avatar
    Disentangle dependencies to ensure faster compilation · 03a4ae98
    Akarsh Simha authored
    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.
    03a4ae98