From f273a06d9831e293544ef11f53282e7419e1d6d8 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Mon, 12 Oct 2020 13:48:32 +0300 Subject: [PATCH] Remove unrequired includes --- src/utils/history.cpp | 1 - src/widgets/infowindow.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/src/utils/history.cpp b/src/utils/history.cpp index d90487bd..35b48567 100644 --- a/src/utils/history.cpp +++ b/src/utils/history.cpp @@ -1,6 +1,5 @@ #include "history.h" #include "src/utils/confighandler.h" -#include #include #include #include diff --git a/src/widgets/infowindow.cpp b/src/widgets/infowindow.cpp index c0c12aec..bb2e2e22 100644 --- a/src/widgets/infowindow.cpp +++ b/src/widgets/infowindow.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0))