From 7c044beea804c1bdfe815304272119dcf36bf7a5 Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Mon, 30 Sep 2019 18:08:15 +0100 Subject: Clean up includes Remove include statements for classes that are no longer used. Makes it easier to find remaining use cases that need addressed before complete removal in Qt 6. Change-Id: I60529ba1929ad64b162d3847d5df47cde2a60dad Reviewed-by: Paul Lemire --- src/animation/backend/clock.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/animation/backend/clock.cpp') diff --git a/src/animation/backend/clock.cpp b/src/animation/backend/clock.cpp index ab30f735c..a9446c2d6 100644 --- a/src/animation/backend/clock.cpp +++ b/src/animation/backend/clock.cpp @@ -38,8 +38,6 @@ #include #include #include -#include -#include QT_BEGIN_NAMESPACE -- cgit v1.2.3