From ad17a1674c21223719ffcf54d35c1ea3eb2356cd Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 19 Jul 2022 08:58:05 +0200 Subject: [PATCH] QOpenGLBuffer: remove unused include of QScopedPointer Nothing in this class uses one. Pick-to: 6.4 Task-number: QTBUG-97601 Change-Id: I09397ec55ef87ddb5ab05d51c705bab83d6995fc Reviewed-by: Fabian Kosmale Reviewed-by: Qt CI Bot --- src/opengl/qopenglbuffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/opengl/qopenglbuffer.h b/src/opengl/qopenglbuffer.h index 1325b7e6e0..7739073681 100644 --- a/src/opengl/qopenglbuffer.h +++ b/src/opengl/qopenglbuffer.h @@ -8,7 +8,6 @@ #ifndef QT_NO_OPENGL -#include #include QT_BEGIN_NAMESPACE