Breaking circular header dependency

This commit is contained in:
Dan Paulat 2025-04-27 15:09:58 -05:00
parent 56961efe76
commit 82ba51909e
3 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,7 @@
#include <scwx/qt/main/application.hpp>
#include <scwx/qt/settings/general_settings.hpp>
#include <scwx/awips/text_product_file.hpp>
#include <scwx/provider/iem_api_provider.hpp>
#include <scwx/provider/iem_api_provider.ipp>
#include <scwx/provider/warnings_provider.hpp>
#include <scwx/util/logger.hpp>
#include <scwx/util/time.hpp>

View file

@ -78,5 +78,3 @@ private:
};
} // namespace scwx::provider
#include <scwx/provider/iem_api_provider.ipp>

View file

@ -1,4 +1,4 @@
#include <scwx/provider/iem_api_provider.hpp>
#include <scwx/provider/iem_api_provider.ipp>
#include <scwx/util/json.hpp>
#include <scwx/util/logger.hpp>