From 82ba51909ef193f878aca0784b809bcbcbb087c0 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 27 Apr 2025 15:09:58 -0500 Subject: [PATCH] Breaking circular header dependency --- scwx-qt/source/scwx/qt/manager/text_event_manager.cpp | 2 +- wxdata/include/scwx/provider/iem_api_provider.hpp | 2 -- wxdata/source/scwx/provider/iem_api_provider.cpp | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scwx-qt/source/scwx/qt/manager/text_event_manager.cpp b/scwx-qt/source/scwx/qt/manager/text_event_manager.cpp index 7572beb7..4c17e819 100644 --- a/scwx-qt/source/scwx/qt/manager/text_event_manager.cpp +++ b/scwx-qt/source/scwx/qt/manager/text_event_manager.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/wxdata/include/scwx/provider/iem_api_provider.hpp b/wxdata/include/scwx/provider/iem_api_provider.hpp index a3a65614..1aac31b2 100644 --- a/wxdata/include/scwx/provider/iem_api_provider.hpp +++ b/wxdata/include/scwx/provider/iem_api_provider.hpp @@ -78,5 +78,3 @@ private: }; } // namespace scwx::provider - -#include diff --git a/wxdata/source/scwx/provider/iem_api_provider.cpp b/wxdata/source/scwx/provider/iem_api_provider.cpp index 85c37ec5..ef0576e7 100644 --- a/wxdata/source/scwx/provider/iem_api_provider.cpp +++ b/wxdata/source/scwx/provider/iem_api_provider.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include