mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Breaking circular header dependency
This commit is contained in:
parent
56961efe76
commit
82ba51909e
3 changed files with 2 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
#include <scwx/qt/main/application.hpp>
|
#include <scwx/qt/main/application.hpp>
|
||||||
#include <scwx/qt/settings/general_settings.hpp>
|
#include <scwx/qt/settings/general_settings.hpp>
|
||||||
#include <scwx/awips/text_product_file.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/provider/warnings_provider.hpp>
|
||||||
#include <scwx/util/logger.hpp>
|
#include <scwx/util/logger.hpp>
|
||||||
#include <scwx/util/time.hpp>
|
#include <scwx/util/time.hpp>
|
||||||
|
|
|
||||||
|
|
@ -78,5 +78,3 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace scwx::provider
|
} // namespace scwx::provider
|
||||||
|
|
||||||
#include <scwx/provider/iem_api_provider.ipp>
|
|
||||||
|
|
|
||||||
|
|
@ -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/json.hpp>
|
||||||
#include <scwx/util/logger.hpp>
|
#include <scwx/util/logger.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue