From 71fc45edf36ae870f0694eb4d0da3f10c056dcbd Mon Sep 17 00:00:00 2001 From: Tatiana Borisova Date: Wed, 31 May 2023 16:09:24 +0200 Subject: [PATCH] Remove unused include from tst_protobuf_raw_serializers The fieldindexrange.qpb.h file is not used in test. Pick-to: 6.5 Change-Id: I0e55cdf9bd9cdcd87eb8e3b750921960b4a77ae5 Reviewed-by: Alexey Edelev --- tests/auto/protobuf/basic/tst_protobuf_raw_serializers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/protobuf/basic/tst_protobuf_raw_serializers.cpp b/tests/auto/protobuf/basic/tst_protobuf_raw_serializers.cpp index 5a88cec3..6c5c857a 100644 --- a/tests/auto/protobuf/basic/tst_protobuf_raw_serializers.cpp +++ b/tests/auto/protobuf/basic/tst_protobuf_raw_serializers.cpp @@ -2,7 +2,6 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "basicmessages.qpb.h" -#include "fieldindexrange.qpb.h" #include #include