From 1b79c37fd2fa8ab696eb251df3543db2c7cfc8dd Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 27 Sep 2024 11:55:20 -0400 Subject: [PATCH] Removed unneeded date/chrono header includes --- scwx-qt/source/scwx/qt/main/main_window.cpp | 4 ---- scwx-qt/source/scwx/qt/map/overlay_layer.cpp | 6 ------ scwx-qt/source/scwx/qt/view/level3_product_view.cpp | 4 ---- 3 files changed, 14 deletions(-) diff --git a/scwx-qt/source/scwx/qt/main/main_window.cpp b/scwx-qt/source/scwx/qt/main/main_window.cpp index 6b865703..cadd9c90 100644 --- a/scwx-qt/source/scwx/qt/main/main_window.cpp +++ b/scwx-qt/source/scwx/qt/main/main_window.cpp @@ -52,10 +52,6 @@ #include #include -#if (__cpp_lib_chrono < 201907L) -# include -#endif - namespace scwx { namespace qt diff --git a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp index a42bc2b3..9640a705 100644 --- a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp +++ b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp @@ -11,8 +11,6 @@ #include #include -#include - #if defined(_MSC_VER) # pragma warning(push, 0) #endif @@ -22,10 +20,6 @@ #include #include -#if (__cpp_lib_chrono < 201907L) -# include -#endif - #if defined(_MSC_VER) # pragma warning(pop) #endif diff --git a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp index df65c693..d0bb0d47 100644 --- a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp +++ b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp @@ -17,10 +17,6 @@ #include #include -#if (__cpp_lib_chrono < 201907L) -# include -#endif - namespace scwx { namespace qt