From e1c931582903f13e5c17627c64ab6b06bdde4bdd Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 14 Jan 2015 11:55:35 +0100 Subject: Remove unnecessary math.h and limits.h includes Change-Id: I28c898f869ed3f03b08ff55f2972a38667c755ad Reviewed-by: Oswald Buddenhagen --- src/widgets/graphicsview/qgraphicsitem.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/graphicsview') diff --git a/src/widgets/graphicsview/qgraphicsitem.cpp b/src/widgets/graphicsview/qgraphicsitem.cpp index c38785bcd6..94733dde72 100644 --- a/src/widgets/graphicsview/qgraphicsitem.cpp +++ b/src/widgets/graphicsview/qgraphicsitem.cpp @@ -762,8 +762,6 @@ #include #include -#include - QT_BEGIN_NAMESPACE static inline void _q_adjustRect(QRect *rect) -- cgit v1.2.3